Skip to content

Commit 66d310d

Browse files
authored
Python 3.13 is now main (#1099)
1 parent 83244f2 commit 66d310d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

_static/devguide_overrides.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
stroke: #008844;
7070
}
7171

72+
.release-cycle-chart .release-cycle-blob.release-cycle-blob-prerelease {
73+
fill: teal;
74+
stroke: darkgreen;
75+
}
76+
7277
.release-cycle-chart .release-cycle-blob.release-cycle-blob-feature {
7378
fill: #2222EE;
7479
stroke: #008888;

include/release-cycle.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
2-
"3.12": {
2+
"3.13": {
33
"branch": "main",
44
"pep": 693,
55
"status": "feature",
6+
"first_release": "2024-10-07",
7+
"end_of_life": "2029-10",
8+
"release_manager": "Thomas Wouters"
9+
},
10+
"3.12": {
11+
"branch": "3.12",
12+
"pep": 693,
13+
"status": "prerelease",
614
"first_release": "2023-10-02",
715
"end_of_life": "2028-10",
816
"release_manager": "Thomas Wouters"

versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Status of Python Versions
66
=========================
77

8-
The main branch is currently the future Python 3.12, and is the only
8+
The ``main`` branch is currently the future Python 3.13, and is the only
99
branch that accepts new features. The latest release for each Python
1010
version can be found on the `download page <https://www.python.org/downloads/>`_.
1111

0 commit comments

Comments
 (0)