Skip to content

Commit 8eaf77b

Browse files
authored
Merge pull request #240 from DWesl/patch-1
PKG: Require python to be old enough for numpy.distutils
2 parents 7967d63 + 974532d commit 8eaf77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"plotting", "plots", "meteorology", "nwp",
9797
"numerical weather prediction", "diagnostic",
9898
"science", "numpy"],
99-
python_requires='>=3.7',
99+
python_requires='>=3.7, <3.12',
100100
install_requires=requirements,
101101
classifiers=["Development Status :: 5 - Production/Stable",
102102
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)