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 Python 3.13 support #1094

Closed
dantownsend opened this issue Oct 4, 2024 · 0 comments · Fixed by #1104
Closed

Add Python 3.13 support #1094

dantownsend opened this issue Oct 4, 2024 · 0 comments · Fixed by #1104
Labels
enhancement New feature or request

Comments

@dantownsend
Copy link
Member

Python 3.13 will be out very soon, which also means Python 3.8 will be end of life.

We should update our CI, so we test Python 3.13 and not 3.8.

We should also update the classifiers in setup.py.

Now we no longer support Python 3.8 we can change the type annotations from t.List[str] to list[str] etc. This will be a massive change, so best done in another PR.

@dantownsend dantownsend added the enhancement New feature or request label Oct 4, 2024
@dantownsend dantownsend changed the title Add Python 3.13 to CI, setup.py Add Python 3.13 support Oct 4, 2024
@github-project-automation github-project-automation bot moved this from To do to Done in Enhancements Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant