Skip to content

Commit

Permalink
Python 3.10 is minimum python for numpy 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredoug committed Oct 27, 2024
1 parent ef51290 commit 814dc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
# 'Programming Language' classifiers above, 'pip install' will check this
# and refuse to install the project if the version does not match. Sele
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
python_requires=">=3.9, <4",
python_requires=">=3.10, <4",
# This field lists other packages that your project depends on to run.
# Any package you put here will be installed by pip when your project is
# installed, so they must be valid existing projects.
Expand Down

0 comments on commit 814dc4c

Please sign in to comment.