-
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
Versioneer is not compatible with Python 3.12 #11
Comments
Seconded. For reference, here's an example error when attempting to pull
|
Also for reference, the issue on the Versioneer side is python-versioneer/python-versioneer#375 |
This commit is the untouched output of `versioneer install --vendor`. Fixes cfobel#11
I took the liberty of sending a PR to upgrade versioneer in #12. |
Hi, |
@Tomaubier For my project I ended up working around it by vendoring si-prefix directly inside my code instead of depending on the pip package. This is fairly trivial to do since si-prefix is very small and does not have any dependencies. |
The used Versioneer package uses SafeConfigParser, which was deprecated in Python 3.2 and removed in 3.12.
Please update to the newest version of Versioneer or remove it entirely to be compatible with Python 3.12.
The text was updated successfully, but these errors were encountered: