Skip to content

Commit

Permalink
unpin python
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Oct 25, 2024
1 parent 9f908ab commit fbda93a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors = [
{ name = "Volker Hirthammer", email = "[email protected]" },
{ name = "Martin K. Scherer", email = "[email protected]" },
]
requires-python = ">=3.9,<3.12"
requires-python = ">=3.9"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Education",
Expand All @@ -34,6 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Physics", # TODO: add more topics here!
]
dynamic = [
Expand Down

0 comments on commit fbda93a

Please sign in to comment.