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
Resolves all four open Dependabot alerts, which came from the Python 3.9
resolution fork in uv.lock pinning older vulnerable versions (urllib3
2.6.3, pytest 8.4.2, requests 2.32.5) because the patched releases
require Python >=3.10.
- Raise requires-python to >=3.10, drop the 3.9 classifier, bump ruff
target-version to py310; fix resulting B905/UP035 lint findings
- Re-lock dependencies: single resolution with urllib3 2.7.0,
pytest 9.0.3, requests 2.34.2
- Remove the Python 3.9 version guide and nav entry; site now covers
3.10-3.14 (README, index, llms.txt, version overview)
- Rebase py310.md as the oldest covered version instead of comparing
against 3.9
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/llms.txt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> Comprehensive documentation of time and space complexity for Python built-in operations and standard library modules.
4
4
5
-
This site documents the Big-O time and space complexity of Python operations across built-in types, built-in functions, and standard library modules. It covers CPython 3.9–3.14, with notes on PyPy, Jython, and IronPython.
5
+
This site documents the Big-O time and space complexity of Python operations across built-in types, built-in functions, and standard library modules. It covers CPython 3.10–3.14, with notes on PyPy, Jython, and IronPython.
6
6
7
7
## Built-in Types
8
8
@@ -81,4 +81,3 @@ This site documents the Big-O time and space complexity of Python operations acr
81
81
- [Python 3.12](https://pythoncomplexity.com/versions/py312/): Complexity changes in 3.12
82
82
- [Python 3.11](https://pythoncomplexity.com/versions/py311/): Complexity changes in 3.11
83
83
- [Python 3.10](https://pythoncomplexity.com/versions/py310/): Complexity changes in 3.10
84
-
- [Python 3.9](https://pythoncomplexity.com/versions/py39/): Complexity changes in 3.9
0 commit comments