Skip to content

raise minimum Python version to 3.10#36

Open
yoursunny wants to merge 1 commit intojwallnoefer:devfrom
yoursunny:python310
Open

raise minimum Python version to 3.10#36
yoursunny wants to merge 1 commit intojwallnoefer:devfrom
yoursunny:python310

Conversation

@yoursunny
Copy link

Python 3.8 reached its End Of Life in 2024-Oct.
Python 3.9 is approaching its End Of Life in 2025-Oct.
Python 3.10 is the default Python version in Ubuntu 22.04, which is the oldest Ubuntu LTS that is still supported.

Hence, it's time to raise the minimum Python version to 3.10 and drop support for Python 3.8 and 3.9.
This would also allow certain code simplifications in type hints, such as PEP 585 and PEP 604.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant