Skip to content

Commit

Permalink
Change minimum Python version to 3.10
Browse files Browse the repository at this point in the history
Since we started using type hints, including the `|` operator to indicate a union of multiple possible arguments, Python 3.10 is now the new minimum required version.
  • Loading branch information
schmoelder committed Apr 21, 2024
1 parent aa79635 commit 03b2646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers =

[options]
packages = find:
python_requires = >=3.9
python_requires = >=3.10
install_requires =
numpy>=1.21
scipy>=1.11
Expand Down

0 comments on commit 03b2646

Please sign in to comment.