We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python 3.8 has reached its end-of-life phase on 2024-10-07 (PEP 569).
oldest_supported_python
pyproject.toml
requires_python >= 3.9
python_version >= 3.9
METADATA.toml
VERSIONS
_dummy_thread
_dummy_threading
dummy_threading
typing_extensions
(Please amend as necessary.)
The text was updated successfully, but these errors were encountered:
Officially drop Python 3.8 support
bdb1b9a
This is part of gradually dropping support, cf. python#12112
Remove Python 3.8 from CI
18bc113
Part of dropping support for Python 3.8, cf. python#12112
No branches or pull requests
Python 3.8 has reached its end-of-life phase on 2024-10-07 (PEP 569).
How to remove support
January 2025
oldest_supported_python
key inpyproject.toml
. (Officially drop Python 3.8 support #13386)requires_python >= 3.9
andpython_version >= 3.9
fromMETADATA.toml
(Officially drop Python 3.8 support #13386)April 2025
VERSIONS
)._dummy_thread
_dummy_threading
dummy_threading
typing_extensions
imports: no op for Python 3.8 -> 3.9(Please amend as necessary.)
The text was updated successfully, but these errors were encountered: