You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check `requires-python` against the current Python lifecycle & fail if an EOL version is included.
23
+
24
+
* Use `--fail-unreleased` to fail if a Python version is specified that that has not yet been released. (Default: `False`)
25
+
* **NOTE:** This includes packages that do not specify an upper constraint on `requires-python`, e.g. `">=3.11"`.
26
+
* Use `--fail-security` to fail if a Python version is specified that is only receiving security updates. (Default: `False`)
22
27
23
28
## Python Version Support
24
29
Starting with Python 3.11, a best attempt is made to support Python versions until they reach EOL, after which support will be formally dropped by the next minor or major release of this package, whichever arrives first. The status of Python versions can be found [here](https://devguide.python.org/versions/).
0 commit comments