-
Notifications
You must be signed in to change notification settings - Fork 6
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 Python language version support #202
Comments
stefanvanburen
added a commit
that referenced
this issue
Oct 24, 2024
Python 3.8 is [EOL as of 2024-10-07][1]. This patch: * Drops support for Python 3.8 * Upgrades our syntax to 3.9 * Re-locks our deps to 3.9 Assuming we do this, our next release should be `v0.6`. Fixes #202. [1]: https://devguide.python.org/versions/#unsupported-versions
stefanvanburen
added a commit
that referenced
this issue
Oct 28, 2024
Python 3.8 is [EOL as of 2024-10-07][1]. This patch: * Drops support for Python 3.8 * Upgrades our syntax to 3.9 * Re-locks our deps to 3.9 Assuming we do this, our next release should be `v0.6`. Fixes #202. [1]: https://devguide.python.org/versions/#unsupported-versions
Merged
stefanvanburen
added a commit
that referenced
this issue
Oct 28, 2024
Python 3.8 is [EOL as of 2024-10-07][1]. This patch: * Drops support for Python 3.8 * Upgrades our syntax to 3.9 * Re-locks our deps to 3.9 Assuming we do this, our next release should be `v0.6`. Fixes #202. [1]: https://devguide.python.org/versions/#unsupported-versions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 3.8 went EOL earlier this month with the introduction of Python 3.13; we probably ought to bump our support / compatibility matrix to 3.9 - 3.13.
The text was updated successfully, but these errors were encountered: