summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-01-08 14:00:34 -0500
committerGitHub <noreply@github.com>2023-01-08 14:00:34 -0500
commit2ae8939bc5a03b58869b5bd1dadd6083d1ca0cd8 (patch)
treebfde6b31c2e6dba035ce8af4b4bc7dcf164f3132 /doc
parenta8113f468639c1aadb3cf384008c413030989b66 (diff)
parenteb02a50ff25871983dce67cfdb5a5df8fb510688 (diff)
downloadnumpy-2ae8939bc5a03b58869b5bd1dadd6083d1ca0cd8.tar.gz
Merge pull request #22934 from oscargus/nep29dates
DOC: Add releases to NEP 29
Diffstat (limited to 'doc')
-rw-r--r--doc/neps/nep-0029-deprecation_policy.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/neps/nep-0029-deprecation_policy.rst b/doc/neps/nep-0029-deprecation_policy.rst
index 4eb2aa50f..ccb566227 100644
--- a/doc/neps/nep-0029-deprecation_policy.rst
+++ b/doc/neps/nep-0029-deprecation_policy.rst
@@ -127,7 +127,10 @@ Apr 14, 2023 3.9+ 1.21+
Jun 23, 2023 3.9+ 1.22+
Jan 01, 2024 3.9+ 1.23+
Apr 05, 2024 3.10+ 1.23+
-Apr 04, 2025 3.11+ 1.23+
+Jun 22, 2024 3.10+ 1.24+
+Dec 18, 2024 3.10+ 1.25+
+Apr 04, 2025 3.11+ 1.25+
+Apr 24, 2026 3.12+ 1.25+
============ ====== =====
@@ -150,7 +153,10 @@ Drop Schedule
On Jun 23, 2023 drop support for NumPy 1.21 (initially released on Jun 22, 2021)
On Jan 01, 2024 drop support for NumPy 1.22 (initially released on Dec 31, 2021)
On Apr 05, 2024 drop support for Python 3.9 (initially released on Oct 05, 2020)
+ On Jun 22, 2024 drop support for NumPy 1.23 (initially released on Jun 22, 2022)
+ On Dec 18, 2024 drop support for NumPy 1.24 (initially released on Dec 18, 2022)
On Apr 04, 2025 drop support for Python 3.10 (initially released on Oct 04, 2021)
+ On Apr 24, 2026 drop support for Python 3.11 (initially released on Oct 24, 2022)
Implementation
@@ -284,6 +290,9 @@ Code to generate support and drop schedule tables ::
Jun 22, 2021: NumPy 1.21
Oct 04, 2021: Python 3.10
Dec 31, 2021: NumPy 1.22
+ Jun 22, 2022: NumPy 1.23
+ Oct 24, 2022: Python 3.11
+ Dec 18, 2022: NumPy 1.24
"""
releases = []