-
-
Notifications
You must be signed in to change notification settings - Fork 187
Python 3.13 #549
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
Comments
We're also depending on this. Alternative issue is #523, which would achieve the same thing. |
@TheKevJames would you have a chance to review the relevant PR? Python 3.13 is out since 2024-10-07 and as it looks like a lot of folks would like to upgrade but can't because this package blocks them. Thanks! |
We have started using Renovate to get dependency recommendations. It currently recommends for one of our projects to upgrade The 3.x versions did not state a Python version requirement in their package definition and therefore could be installed on Python 3.13 (and in fact worked). Right now, the Python<3.13 constraint in So it would really be good if you could get the PR with Python 3.13 support integrated and a new version released. By the way, I think that pinning Python versions to below a maximum version in a Python package is a bad idea. You should simply take the risk that something breaks in the new Python version. Particularly when your package is rarely released. |
Is your feature request related to a problem? Please describe.
Please add support for Python 3.13
Describe the solution you'd like
Support for Python 3.13
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: