Skip to content

Conversation

h-vetinari
Copy link
Contributor

Fixes #28992

Python 3.10 was dropped in #27862, but the corresponding changes to NPY_FEATURE_VERSION got missed. The first release to support Python 3.11 was v1.23.2, so now that Python 3.10 is dropped, the lowest possible NPY_FEATURE_VERSION is 1.23.

@h-vetinari
Copy link
Contributor Author

CC @charris @rgommers

Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @h-vetinari. This is consistent with the previous bump when we dropping Python 3.9 support (see gh-27187), so should be fine.

@rgommers rgommers merged commit 8d722b8 into numpy:main May 18, 2025
75 checks passed
@rgommers rgommers added this to the 2.3.0 release milestone May 18, 2025
@h-vetinari h-vetinari deleted the API branch May 18, 2025 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update NPY_FEATURE_VERSION after dropping Python 3.10
2 participants