8000 Replace the "Status of the Python branches" table with a csv. by ezio-melotti · Pull Request #884 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Replace the "Status of the Python branches" table with a csv. #884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 10, 2022
Merged
Prev Previous commit
Next Next commit
Fix 3.11 release date.
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
ezio-melotti and CAM-Gerlach authored Nov 10, 2022
commit d04f4b5237563e8d0b25ccc35a317f80e19d4a28
2 changes: 1 addition & 1 deletion include/branches.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Branch,Schedule,Status,First release,End-of-life,Release manager
main,:pep:`693`,features,*2023-10-03*,*2028-10*,Thomas Wouters
3.11,:pep:`664`,bugfix,*2022-10-03*,*2027-10*,Pablo Galindo Salgado
3.11,:pep:`664`,bugfix,*2022-10-24*,*2027-10*,Pablo Galindo Salgado
3.10,:pep:`619`,bugfix,2021-10-04,*2026-10*,Pablo Galindo Salgado
3.9,:pep:`596`,security,2020-10-05,*2025-10*,Łukasz Langa
3.8,:pep:`569`,security,2019-10-14,*2024-10*,Łukasz Langa
Expand Down
0