Skip to content

Commit 9d6b266

Browse files
Add Python 3.13 to SPEC 0 (#354)
Updated (and ran) the SPEC0 script now that Python 3.13 is out.
1 parent 475bd22 commit 9d6b266

3 files changed

Lines changed: 21 additions & 26 deletions

File tree

spec-0000/SPEC0_versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"3.10": "Oct 4, 2021",
1313
"3.11": "Oct 24, 2022",
1414
"3.12": "Oct 2, 2023",
15+
"3.13": "Oct 7, 2024",
1516
}
1617
core_packages = [
1718
# Path(x).stem for x in glob("../core-projects/*.md") if "_index" not in x

spec-0000/chart.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ axisFormat %m / %Y
44
title Support Window
55

66
section python
7-
3.9 : 2020-10-05,2023-10-05
87
3.10 : 2021-10-04,2024-10-03
98
3.11 : 2022-10-24,2025-10-23
109
3.12 : 2023-10-02,2026-10-01
10+
3.13 : 2024-10-07,2027-10-07
1111

1212
section numpy
13-
1.22.0 : 2021-12-31,2023-12-31
1413
1.23.0 : 2022-06-22,2024-06-21
1514
1.24.0 : 2022-12-18,2024-12-17
1615
1.25.0 : 2023-06-17,2025-06-16
@@ -28,7 +27,6 @@ section scipy
2827
1.14.0 : 2024-06-24,2026-06-24
2928

3029
section matplotlib
31-
3.5.0 : 2021-11-16,2023-11-16
3230
3.6.0 : 2022-09-16,2024-09-15
3331
3.7.0 : 2023-02-13,2025-02-12
3432
3.8.0 : 2023-09-15,2025-09-14
@@ -42,7 +40,6 @@ section pandas
4240
2.2.0 : 2024-01-20,2026-01-19
4341

4442
section scikit-image
45-
0.19.0 : 2021-12-03,2023-12-03
4643
0.20.0 : 2023-02-28,2025-02-27
4744
0.21.0 : 2023-06-02,2025-06-01
4845
0.22.0 : 2023-10-03,2025-10-02
@@ -56,6 +53,7 @@ section networkx
5653
3.1 : 2023-04-04,2025-04-03
5754
3.2 : 2023-10-19,2025-10-18
5855
3.3 : 2024-04-06,2026-04-06
56+
3.4 : 2024-10-10,2026-10-10
5957

6058
section scikit-learn
6159
1.1.0 : 2022-05-12,2024-05-11
@@ -65,7 +63,6 @@ section scikit-learn
6563
1.5.0 : 2024-05-21,2026-05-21
6664

6765
section xarray
68-
0.20.0 : 2021-11-02,2023-11-02
6966
0.21.0 : 2022-01-28,2024-01-28
7067
2022.3.0 : 2022-03-02,2024-03-01
7168
2022.6.0 : 2022-07-22,2024-07-21
@@ -91,10 +88,9 @@ section xarray
9188
2024.5.0 : 2024-05-13,2026-05-13
9289
2024.6.0 : 2024-06-13,2026-06-13
9390
2024.7.0 : 2024-07-30,2026-07-30
91+
2024.9.0 : 2024-09-11,2026-09-11
9492

9593
section ipython
96-
7.29.0 : 2021-10-30,2023-10-30
97-
7.30.0 : 2021-11-26,2023-11-26
9894
7.31.0 : 2022-01-05,2024-01-05
9995
7.32.0 : 2022-02-25,2024-02-25
10096
7.33.0 : 2022-04-29,2024-04-28
@@ -127,6 +123,7 @@ section ipython
127123
8.25.0 : 2024-05-31,2026-05-31
128124
8.26.0 : 2024-06-28,2026-06-28
129125
8.27.0 : 2024-08-30,2026-08-30
126+
8.28.0 : 2024-10-02,2026-10-02
130127

131128
section zarr
132129
2.11.0 : 2022-02-07,2024-02-07

spec-0000/schedule.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
#### 2024 - Quarter 1:
2-
3-
###### Recommend drop support for:
4-
5-
| | | |
6-
| -------- | ------------------ | ------------------------------ |
7-
| ipython | 7.31.0 to 8.2.0 | released Jan 2022 and Mar 2022 |
8-
| networkx | 2.7 | released Feb 2022 |
9-
| pandas | 1.4.0 | released Jan 2022 |
10-
| scipy | 1.8.0 | released Feb 2022 |
11-
| xarray | 0.21.0 to 2022.3.0 | released Jan 2022 and Mar 2022 |
12-
| zarr | 2.11.0 | released Feb 2022 |
13-
141
#### 2024 - Quarter 2:
152

163
###### Recommend drop support for:
@@ -136,16 +123,26 @@
136123

137124
###### Recommend drop support for:
138125

139-
| | | |
140-
| ------- | -------- | ----------------- |
141-
| ipython | 8.27.0 | released Aug 2024 |
142-
| numpy | 2.1.0 | released Aug 2024 |
143-
| xarray | 2024.7.0 | released Jul 2024 |
126+
| | | |
127+
| ------- | -------------------- | ------------------------------ |
128+
| ipython | 8.27.0 | released Aug 2024 |
129+
| numpy | 2.1.0 | released Aug 2024 |
130+
| xarray | 2024.7.0 to 2024.9.0 | released Jul 2024 and Sep 2024 |
144131

145132
#### 2026 - Quarter 4:
146133

147134
###### Recommend drop support for:
148135

136+
| | | |
137+
| -------- | ------ | ----------------- |
138+
| ipython | 8.28.0 | released Oct 2024 |
139+
| networkx | 3.4 | released Oct 2024 |
140+
| python | 3.12 | released Oct 2023 |
141+
142+
#### 2027 - Quarter 4:
143+
144+
###### Recommend drop support for:
145+
149146
| | | |
150147
| ------ | ---- | ----------------- |
151-
| python | 3.12 | released Oct 2023 |
148+
| python | 3.13 | released Oct 2024 |

0 commit comments

Comments
 (0)