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 Python language version support #202

Closed
stefanvanburen opened this issue Oct 21, 2024 · 0 comments · Fixed by #209
Closed

Update Python language version support #202

stefanvanburen opened this issue Oct 21, 2024 · 0 comments · Fixed by #209

Comments

@stefanvanburen
Copy link
Member

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.

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
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
Labels
None yet
Projects
None yet
1 participant