-
Notifications
You must be signed in to change notification settings - Fork 40
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
Installer incompatible with Python 3.12 #20
Comments
The versioneer issue is resolved, but an old versioneer is vendored here. Upgrade with See https://github.com/python-versioneer/python-versioneer/blob/master/UPGRADING.md for any migration issues. |
This is still an issue and adding versioneer adds more problems I don't understand |
Most of newer packages are backward compatible replacing ed25519 with pure25519 I have Python 3.13 and I updated metadata.json to bypass ed25519 error and allow installation of pure25519 dependency. |
Attempting to install this Python module under Python 3.12.0 fails, because of the legacy API removals in
configparser
, see https://docs.python.org/3.12/whatsnew/3.12.html#configparserThe text was updated successfully, but these errors were encountered: