-
Notifications
You must be signed in to change notification settings - Fork 2
CI: add py314, remove py39, update cibw, cleanup #11
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR modernizes the Python version support by adding Python 3.14 (including free-threaded support), removing Python 3.9 (EOL), and updating build infrastructure. It also fixes a bug in error messages in the Cython code that was previously undetected by Cython versions < 3.1.
Key Changes:
- Added Python 3.14 support and removed Python 3.9
- Fixed malformed f-strings in variogram.pyx error messages
- Updated build dependencies to use setuptools>=77, numpy>=2, and Cython>=3
- Added Windows ARM64 wheel builds and updated CI runner configuration
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/gstools_cython/variogram.pyx | Fixed malformed f-string syntax in two error messages by adding missing closing braces |
| pyproject.toml | Updated Python version support (3.9→3.10 minimum, added 3.14), modernized license field format, updated build dependencies, and adjusted cibuildwheel skip configuration |
| .github/workflows/main.yml | Updated CI matrix to include new OS runners (windows-11-arm, macos-15-intel), upgraded cibuildwheel to v3.3.0, and updated Python/numpy version testing matrix |
| docs/source/conf.py | Improved latex_elements formatting by using parentheses for multi-line string concatenation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.