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

React to Python 3.13.0 Release #23

Merged
merged 17 commits into from
Oct 10, 2024
Merged

React to Python 3.13.0 Release #23

merged 17 commits into from
Oct 10, 2024

Conversation

mhogan-nwra
Copy link

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.

pbrod and others added 17 commits October 1, 2024 16:43
 * Simplified pdm_windows.lock
 * Added pdm_linux.lock
 * Added sphinx_build_latexpdf script to pyproject.toml
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.
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.
@pbrod pbrod merged commit c9e998a into pbrod:develop Oct 10, 2024
13 checks passed
@pbrod
Copy link
Owner

pbrod commented Oct 10, 2024

Thanks @mhogan-nwra.

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

Successfully merging this pull request may close these issues.

2 participants