File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,29 +96,29 @@ But you can also explicitly enable the pending ones using e.g.
9696Python version support policy
9797-----------------------------
9898
99- Sphinx supports at all minor versions of Python released in the past 42 months
99+ Sphinx supports at all minor versions of Python released in the past 3 years
100100from the anticipated release date with a minimum of 3 minor versions of Python.
101- This policy is derived from `NEP 29 `_, a scientific Python domain standard.
101+ This policy is derived from `SPEC 0 `_, a scientific Python domain standard.
102102
103- .. _ NEP 29 : https://numpy .org/neps/nep-0029-deprecation_policy.html
103+ .. _ SPEC 0 : https://scientific-python .org/specs/spec-0000/
104104
105- For example, a version of Sphinx released in May 2024 would support Python 3.10 ,
106- 3.11 , and 3.12 .
105+ For example, a version of Sphinx released in May 2025 would support Python 3.11 ,
106+ 3.12 , and 3.13 .
107107
108108This is a summary table with the current policy:
109109
110110=========== ======
111111Date Python
112112=========== ======
113- 26 Dec 2021 3.8 +
113+ 05 Oct 2023 3.10 +
114114----------- ------
115- 14 Apr 2023 3.9 +
115+ 04 Oct 2024 3.11 +
116116----------- ------
117- 05 Apr 2024 3.10 +
117+ 24 Oct 2025 3.12 +
118118----------- ------
119- 04 Apr 2025 3.11 +
119+ 01 Oct 2026 3.13 +
120120----------- ------
121- 24 Apr 2026 3.12 +
121+ 01 Oct 2027 3.14 +
122122=========== ======
123123
124124Release procedures
You can’t perform that action at this time.
0 commit comments