PEP 569, 596, 619, 664, 693: Add 2023-06-06 release (#3164)
* PEP 569, 596, 619, 664, 693: Add 2023-06-06 release * PEP 693: Replace TBD with link to What's New In Python 3.12 * PEP 693: Update release date for 3.12.0b3 Co-authored-by: T. Wouters <thomas@python.org>
This commit is contained in:
parent
cdf1ea381f
commit
e923c2a17d
|
@ -95,6 +95,7 @@ Provided irregularly on an "as-needed" basis until October 2024.
|
|||
- 3.8.14: Tuesday, 2022-09-06
|
||||
- 3.8.15: Tuesday, 2022-10-11
|
||||
- 3.8.16: Tuesday, 2022-12-06
|
||||
- 3.8.17: Tuesday, 2023-06-06
|
||||
|
||||
|
||||
Features for 3.8
|
||||
|
|
|
@ -92,6 +92,7 @@ Provided irregularly on an "as-needed" basis until October 2025.
|
|||
- 3.9.14: Tuesday, 2022-09-06
|
||||
- 3.9.15: Tuesday, 2022-10-11
|
||||
- 3.9.16: Tuesday, 2022-12-06
|
||||
- 3.9.17: Tuesday, 2023-06-06
|
||||
|
||||
|
||||
3.9 Lifespan
|
||||
|
|
|
@ -74,6 +74,7 @@ Actual:
|
|||
- 3.10.10: Wednesday, 2023-02-08
|
||||
- 3.10.11: Wednesday, 2023-04-05 (final regular bugfix release with binary
|
||||
installers)
|
||||
- 3.10.12: Tuesday, 2023-06-06
|
||||
|
||||
|
||||
3.10 Lifespan
|
||||
|
|
|
@ -69,10 +69,10 @@ Actual:
|
|||
- 3.11.1: Tuesday, 2022-12-06
|
||||
- 3.11.2: Wednesday, 2023-02-08
|
||||
- 3.11.3: Wednesday, 2023-04-05
|
||||
- 3.11.4: Tuesday, 2023-06-06
|
||||
|
||||
Expected:
|
||||
|
||||
- 3.11.4: Monday, 2023-06-05
|
||||
- 3.11.5: Monday, 2023-08-07
|
||||
- 3.11.6: Monday, 2023-10-02
|
||||
- 3.11.7: Monday, 2023-12-04
|
||||
|
|
|
@ -52,11 +52,11 @@ Actual:
|
|||
- 3.12.0 alpha 7: Tuesday, 2023-04-04
|
||||
- 3.12.0 beta 1: Monday, 2023-05-22
|
||||
(No new features beyond this point.)
|
||||
- 3.12.0 beta 2: Tuesday, 2023-06-06
|
||||
- 3.12.0 beta 3: Monday, 2023-06-19
|
||||
|
||||
Expected:
|
||||
|
||||
- 3.12.0 beta 2: Tuesday, 2023-06-06
|
||||
- 3.12.0 beta 3: Monday, 2023-06-19
|
||||
- 3.12.0 beta 4: Monday, 2023-07-10
|
||||
- 3.12.0 candidate 1: Monday, 2023-07-31
|
||||
- 3.12.0 candidate 2: Monday, 2023-09-04
|
||||
|
@ -79,9 +79,8 @@ October 2028.
|
|||
Features for 3.12
|
||||
=================
|
||||
|
||||
Some of the notable features of Python 3.12 include:
|
||||
|
||||
** TBD **
|
||||
New features can be found in `What’s New In Python 3.12
|
||||
<https://docs.python.org/3.12/whatsnew/3.12.html>`__.
|
||||
|
||||
|
||||
Copyright
|
||||
|
|
Loading…
Reference in New Issue