-
Notifications
You must be signed in to change notification settings - Fork 12
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
Python 3.12 support #106
Comments
Wouldn't bumping the version of vendored versioneer be enough? Python 3.12 is now current latest stable Python version. |
The full stack trace of
|
https://github.com/transifex/transifex-python/blob/devel/transifex/_version.py#L9 The current version we have here is |
@m-aciek Thanks to your contribution, |
@nbasili Thank you for the release. The most recent PyPI version of transifex-python gets installed and executes successfully on Python 3.12 now. https://github.com/python/python-docs-pl/actions/runs/6833297969/job/18584916064 |
Library installation fails on Python 3.12 due to incompatibility regarding
configparser
module. See python/cpython#89336.The text was updated successfully, but these errors were encountered: