Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7abf85a

Browse files
committed
Update the Python version support policy to reflect SPEC 0
1 parent 46671f2 commit 7abf85a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

doc/internals/release-process.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,29 +96,29 @@ But you can also explicitly enable the pending ones using e.g.
9696
Python 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
100100
from 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

108108
This is a summary table with the current policy:
109109

110110
=========== ======
111111
Date 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

124124
Release procedures

0 commit comments

Comments
 (0)