-
Notifications
You must be signed in to change notification settings - Fork 7
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
React to Python 3.13.0 Release #23
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release 1.0.0
Change CHANGELOG from restructuredTxt to markdown in order to prepare for automatic updates using git-cliff for semantic versioning. The `nvector` project now use python-semantic-release for automating its releases in order to simplify the process.
…m-bump and git-cliff.
…om workflows/python-package.yml
Move all code related to publishing from python-package.yml to release.yml
Send coverage report to codeclimate, codecov and SonarCloud again as well as test for all python- and os-versions.
Update README.rst and CHANGELOG.md and add pdm.lock and cliff.toml to library.
The short description in the pyproject.toml file indicates this project is a fork of itself, which is inaccurate. The text originates from the "envector" fork.
Insert into the requires-python inequality string not 3.13.*. The CI action failed on 3.13.0 as shown at https://github.com/mhogan-nwra/nvector/actions/runs/11262223929.
Thanks @mhogan-nwra. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
React to Python 3.13.0 Release
Firstly, I would like express my appreciation towards @pbrod for merging many changes from the "envector" fork into this package.
Python version 3.13.0 is out in the ecosystem. Many required packages do not support Python 3.13.0 at this time. This pull request primarily adds an exception to the package to exclude Python 3.13.0 until packages like SciPy officially support it. The following Action failed (approximately at 2024-10-09 20:00:00.000000 UTC) with Python 3.13.0.
As a warning, it might be some time before 3.13.0 supports the Windows OS. It was a minor miracle with 3.12
Following the "Pull Request Guidelines"
Include an example for use
No source code was changed.
Update the author list in AUTHORS.rst if applicable
Not applicable
Ensure that all checks passed (current checks include GitHub Actions)
All checks passed.