Skip to content

Commit

Permalink
Remove Python <3.13 restriction (#34)
Browse files Browse the repository at this point in the history
* Remove Python <3.13 restriction

* Remove old comment
  • Loading branch information
bryant1410 authored Oct 8, 2024
1 parent 3a70d56 commit c247096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.9,<3.13" # Specify an upper limit, otherwise newer NumPy versions can't be installed.
python = "^3.9"
numpy = ">=1.21" # For NumPy Typing.

[tool.poetry.group.test]
Expand Down

0 comments on commit c247096

Please sign in to comment.