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

Update supported Python versions to include 3.13, remove 3.7 and 3.8 #551

Open
JasonWeill opened this issue Oct 9, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@JasonWeill
Copy link
Collaborator

Problem

Per https://devguide.python.org/versions/, on 2024-10-07, Python 3.13 was officially released, and Python 3.7 and 3.8 are now end of life (EOL). The pyproject.toml file mentions 3.7 and 3.8, but does not mention 3.12.

Proposed Solution

Test this extension with Python 3.13. Add support for 3.13 and remove 3.7 and 3.8 as supported Python versions.

@JasonWeill JasonWeill added the enhancement New feature or request label Oct 9, 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
None yet
Development

No branches or pull requests

1 participant