Skip to content

Commit 974532d

Browse files
DWeslkafitzgerald
authored andcommitted
PKG: Require python to be old enough for numpy.distutils
https://numpy.org/doc/stable/reference/distutils_status_migration.html numpy.distutils will never be on Python 3.12, but the build script makes heavy use of it. Note this requirement in the metadata.
1 parent 7967d63 commit 974532d

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)