Skip to content

Commit ee52157

Browse files
authored
PEP 686: Postpone target version to 3.15 (#2556)
1 parent 701999a commit ee52157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0686.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Status: Draft
66
Type: Standards Track
77
Content-Type: text/x-rst
88
Created: 18-Mar-2022
9-
Python-Version: 3.13
9+
Python-Version: 3.15
1010
Post-History: `18-Mar-2022 <https://discuss.python.org/t/14435>`__,
1111
`31-Mar-2022 <https://discuss.python.org/t/14737>`__
1212

@@ -49,7 +49,7 @@ Specification
4949
Enable UTF-8 mode by default
5050
----------------------------
5151

52-
Python will enable UTF-8 mode by default from Python 3.13.
52+
Python will enable UTF-8 mode by default from Python 3.15.
5353

5454
Users can still disable UTF-8 mode by setting ``PYTHONUTF8=0`` or
5555
``-X utf8=0``.

0 commit comments

Comments
 (0)