Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Drop Python 3.9 support, require Python 3.10 (following SPEC 0) #55528

Closed
EwoutH opened this issue Oct 15, 2023 · 2 comments
Closed

MAINT: Drop Python 3.9 support, require Python 3.10 (following SPEC 0) #55528

EwoutH opened this issue Oct 15, 2023 · 2 comments
Labels
Dependencies Required and optional dependencies

Comments

@EwoutH
Copy link
Contributor

EwoutH commented Oct 15, 2023

NEP 29 was superseded by the scientific python ecosystem coordination guideline SPEC 0 — Minimum Supported Versions. Where NEP had a 42 month support windows (3.5 years) for each Python version, SPEC 0 recommends a 3 year support window.

If we were to follow SPEC 0, than Python 3.9 support can already be dropped, since it was released October 5th, 2020.

Requiring Python 3.10+ for future NumPy releases would allow to start use Structural Pattern Matching and new typing features. See What’s New In Python 3.10.

@fangchenli fangchenli added the Dependencies Required and optional dependencies label Feb 23, 2024
@jakirkham
Copy link
Contributor

This appears to have happened in PR: #58238

Should this be closed?

@mroeschke
Copy link
Member

Yup. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Required and optional dependencies
Projects
None yet
Development

No branches or pull requests

4 participants