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

Latest bumpver issues on Python 3.12 #596

Open
danielhollas opened this issue Apr 30, 2024 · 0 comments
Open

Latest bumpver issues on Python 3.12 #596

danielhollas opened this issue Apr 30, 2024 · 0 comments
Assignees

Comments

@danielhollas
Copy link
Contributor

I had huge issues with bumpver when trying to bump a version from v2.2.0a2 to v2.2.0,

bumpver update -t final

it would complain that the alpha version is higher than the new version.
In the end I needed to downgrade to version 2022.1120.

I suspect the problem is that I am running Python 3.12, where they have been some breaking changes to pkg_resources. I tracked down that the offending issue/ commit in bumpver is:

mbarkhau/bumpver#200
mbarkhau/bumpver@8dc594c

This is really an issue to be opened on bumpver, but I need some extra time to investigate.

@danielhollas danielhollas self-assigned this Apr 30, 2024
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

No branches or pull requests

1 participant