Skip to content

Commit

Permalink
Update after NumPy 1.26.0 release
Browse files Browse the repository at this point in the history
- NumPy 1.26.0 adds support for Python 3.12.
- NumPy 1.25.0 has Python 3.9 compatible wheels for PyPy
  • Loading branch information
charris committed Sep 16, 2023
1 parent 9ee5310 commit ccf8869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccf8869

Please sign in to comment.