Skip to content

Commit fab9c5e

Browse files
authored
Merge branch 'main' into pep-694-staged-releases-legacy-entry
2 parents f4d9632 + d94899e commit fab9c5e

21 files changed

Lines changed: 2963 additions & 400 deletions

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,11 @@ peps/pep-0835.rst @ilevkivskyi
713713
peps/pep-0836.rst @savannahostrowski @Fidget-Spinner @brandtbucher
714714
peps/pep-0837.rst @serhiy-storchaka
715715
peps/pep-0838.rst @AlexWaygood
716+
peps/pep-0839.rst @corona10
716717
peps/pep-0840.rst @jeremyhylton @gvanrossum
718+
peps/pep-0841.rst @corona10 @sobolevn
717719
peps/pep-0842.rst @ZeroIntensity
720+
peps/pep-0844.rst @warsaw
718721
# ...
719722
peps/pep-2026.rst @hugovk
720723
# ...

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version:
33-
- "3.10"
3433
- "3.11"
3534
- "3.12"
3635
- "3.13"

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ repos:
5353
- id: black
5454
name: "Format with Black"
5555
args:
56-
- '--target-version=py39'
57-
- '--target-version=py310'
56+
- '--target-version=py311'
5857
files: '^(peps/conf\.py|pep_sphinx_extensions/tests/.*)$'
5958

6059
- repo: https://github.com/astral-sh/ruff-pre-commit

.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
output-format = "full"
2-
target-version = "py310"
2+
target-version = "py311"
33

44
[lint]
55
ignore = [

peps/pep-0001.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -773,10 +773,10 @@ must watch the `PEP repository`_.
773773

774774
Note that developers with write access to the `PEP repository`_ may
775775
handle the tasks that would normally be taken care of by the PEP editors.
776-
Alternately, even developers may request assistance from PEP editors by
776+
Alternatively, even developers may request assistance from PEP editors by
777777
mentioning ``@python/pep-editors`` on GitHub.
778778

779-
For each new PEP that comes in an editor does the following:
779+
For each new PEP that comes in, an editor does the following:
780780

781781
* Make sure that the PEP is either co-authored by a core developer, has a core
782782
developer as a sponsor, or has a sponsor specifically approved for this PEP
@@ -835,14 +835,14 @@ for changes, and correct any structure, grammar, spelling, or
835835
markup mistakes they see.
836836

837837
PEP editors don't pass judgment on PEPs. They merely do the
838-
administrative & editorial part (which is generally a low volume task).
838+
administrative and editorial part (which is generally a low volume task).
839839

840840
Resources:
841841

842842
* `Index of Python Enhancement Proposals <https://peps.python.org/>`_
843843

844844
* `Following Python's Development
845-
<https://devguide.python.org/communication/>`_
845+
<https://devguide.python.org/developer-workflow/communication-channels/index.html>`_
846846

847847
* `Python Developer's Guide <https://devguide.python.org/>`_
848848

peps/pep-0719.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ Actual:
7878
- 3.13.12: Tuesday, 2026-02-03
7979
- 3.13.13: Tuesday, 2026-04-07
8080
- 3.13.14: Wednesday, 2026-06-10
81+
- 3.13.15: Wednesday, 2026-08-05
8182

8283
Expected:
8384

84-
- 3.13.15: Tuesday, 2026-08-04
8585
- 3.13.16: Tuesday, 2026-10-06
8686
(Final regular bugfix release with binary installers)
8787

peps/pep-0745.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ Actual:
7171
- 3.14.5 candidate 1: Monday, 2026-05-04
7272
- 3.14.5: Sunday, 2026-05-10
7373
- 3.14.6: Wednesday, 2026-06-10
74+
- 3.14.7: Wednesday, 2026-08-05
7475

7576
Expected:
7677

77-
- 3.14.7: Tuesday, 2026-08-04
7878
- 3.14.8: Tuesday, 2026-10-06
7979
- 3.14.9: Tuesday, 2026-12-01
8080
- 3.14.10: Tuesday, 2027-02-02

peps/pep-0790.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Actual:
4949
- 3.15.0 beta 2: Tuesday, 2026-06-02
5050
- 3.15.0 beta 3: Tuesday, 2026-06-23
5151
- 3.15.0 beta 4: Saturday, 2026-07-18
52+
- 3.15.0 candidate 1: Tuesday, 2026-08-04
5253

5354
Expected:
5455

55-
- 3.15.0 candidate 1: Tuesday, 2026-08-04
5656
- 3.15.0 candidate 2: Tuesday, 2026-09-01
5757
- 3.15.0 final: Thursday, 2026-10-01
5858

0 commit comments

Comments
 (0)