Skip to content

Commit

Permalink
Merge pull request #240 from DWesl/patch-1
Browse files Browse the repository at this point in the history
PKG: Require python to be old enough for numpy.distutils
  • Loading branch information
kafitzgerald authored Jul 16, 2024
2 parents 7967d63 + 974532d commit 8eaf77b
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 @@ -96,7 +96,7 @@
"plotting", "plots", "meteorology", "nwp",
"numerical weather prediction", "diagnostic",
"science", "numpy"],
python_requires='>=3.7',
python_requires='>=3.7, <3.12',
install_requires=requirements,
classifiers=["Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 8eaf77b

Please sign in to comment.