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

Switch from semver::Version to pep440_rs::Version for Python version comparisons during release #328

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

zanieb
Copy link
Collaborator

@zanieb zanieb commented Sep 9, 2024

Otherwise, we fail to parse 3.13.0rc2 because the Python prerelease syntax does not match the Cargo SemVer syntax

…ion comparisons during release

Otherwise, we fail to parse `3.13.0rc2` because the Python prerelease syntax does not match the Cargo SemVer syntax
@zanieb
Copy link
Collaborator Author

zanieb commented Sep 9, 2024

This caused a dry-run of the release process to fail and is blocking the Python 3.13 release. I confirmed the release process works now locally.

@zanieb zanieb merged commit ef71d13 into main Sep 9, 2024
9 of 256 checks passed
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.

3 participants