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.9 is expected to reached its end-of-life phase around October 2025 (PEP 596).
oldest_supported_python
pyproject.toml
requires_python >= 3.10
python_version >= 3.10
METADATA.toml
VERSIONS
_bootlocale
distutils.command.bdist_wininst
formatter
parser
symbol
typing_extensions
ParamSpec
TypeAlias
TypeGuard
builtins.ellipsis
types.EllipsisType
(Please amend as necessary.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Python 3.9 is expected to reached its end-of-life phase around October 2025 (PEP 596).
How to remove support
EOL + 3 months (around January 2026)
oldest_supported_python
key inpyproject.toml
.requires_python >= 3.10
andpython_version >= 3.10
fromMETADATA.toml
EOL + 6 months (around April 2026)
VERSIONS
)._bootlocale
distutils.command.bdist_wininst
formatter
parser
symbol
typing_extensions
imports.ParamSpec
TypeAlias
TypeGuard
builtins.ellipsis
after type checkers have switched totypes.EllipsisType
. (See Remove type checker-specific symbols from builtins.pyi and typing.pyi #7580)(Please amend as necessary.)
The text was updated successfully, but these errors were encountered: