File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 55Status 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
99branch that accepts new features. The latest release for each Python
1010version can be found on the `download page <https://www.python.org/downloads/ >`_.
1111
You can’t perform that action at this time.
0 commit comments