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

Add support for Python 3.13 #196

Open
tdruez opened this issue Dec 12, 2024 · 0 comments
Open

Add support for Python 3.13 #196

tdruez opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tdruez
Copy link
Contributor

tdruez commented Dec 12, 2024

The main issue here:

AssertionError: 0 != 1 : Invalid python version: 313. Must be one of: 27, 36, 37, 38, 39, 310, 311, 312, 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12

This is problematic as this issue will resurface each time a new Python version is released.

  • Short-term fix: add Python 3.13 to this list.
  • Long term: refactor that code to support future Python releases without a hardcoded list.
@tdruez tdruez added the bug Something isn't working label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants