diff --git a/setup.cfg b/setup.cfg index 25d7e9b..6da7f2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,11 +60,13 @@ install_requires = # however macOS was broken and it's safe to build against 1.21.6 on all platforms (see gh-28 and gh-45) numpy==1.21.6; python_version=='3.10' and platform_machine!='loongarch64' numpy==1.23.2; python_version=='3.11' + numpy==1.26.0; python_version=='3.12' # PyPy requirements numpy==1.19.0; python_version=='3.6' and platform_machine!='loongarch64' and platform_python_implementation=='PyPy' numpy==1.20.0; python_version=='3.7' and platform_machine!='loongarch64' and platform_python_implementation=='PyPy' numpy==1.22.2; python_version=='3.8' and platform_machine!='loongarch64' and platform_python_implementation=='PyPy' + numpy==1.25.0; python_version=='3.9' and platform_machine!='loongarch64' and platform_python_implementation=='PyPy' # For Python versions which aren't yet officially supported, # we specify an unpinned Numpy which allows source distributions