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

gh-163: drop Python 3.9 & NumPy < 2.1.1 support #391

Merged
merged 180 commits into from
Nov 18, 2024
Merged

Conversation

paddyroddy
Copy link
Member

Closes #163. This will be required for #67. Blocked by #390.

As per the NumPy 2.1.1 release notes Python prior to 3.9 is not supported. This release is also the first version with full Array API support. So in order to support it full we need these changes.

There are some code changes due to ruff and the minimum Python version being 3.10.

Base automatically changed from paddy/issue-358 to main November 7, 2024 10:32
noxfile.py Outdated
Comment on lines 13 to 18
ALL_PYTHON = [
"3.10",
"3.11",
"3.12",
"3.13",
]
Copy link
Member Author

@paddyroddy paddyroddy Nov 8, 2024

Choose a reason for hiding this comment

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

In future, we'll just get one line change rather than many

@paddyroddy
Copy link
Member Author

paddyroddy commented Nov 11, 2024

pre-commit.ci autofix

@paddyroddy paddyroddy merged commit d6c8cdb into main Nov 18, 2024
15 checks passed
@paddyroddy paddyroddy deleted the paddy/issue-163 branch November 18, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked The issue or pull request is blocked by something dependencies Pull requests that update a dependency file enhancement New feature or request infrastructure Project infrastructure: dev tools, packaging, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NumPy 2 compatibility (+ drop 3.9 support)
2 participants