Skip to content

Commit

Permalink
remove upper limit for python
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird authored Feb 10, 2023
1 parent 5600ed0 commit edf034d
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 @@ -15,11 +15,12 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
]
dynamic = ["version", "description"]

requires-python = ">=3.7,<3.11"
requires-python = ">=3.7"

dependencies = [
"numpy",
Expand Down

0 comments on commit edf034d

Please sign in to comment.