Skip to content

Commit

Permalink
PEP 686: Postpone target version to 3.15 (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane authored Apr 26, 2022
1 parent 701999a commit ee52157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pep-0686.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Status: Draft
Type: Standards Track
Content-Type: text/x-rst
Created: 18-Mar-2022
Python-Version: 3.13
Python-Version: 3.15
Post-History: `18-Mar-2022 <https://discuss.python.org/t/14435>`__,
`31-Mar-2022 <https://discuss.python.org/t/14737>`__

Expand Down Expand Up @@ -49,7 +49,7 @@ Specification
Enable UTF-8 mode by default
----------------------------

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

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

0 comments on commit ee52157

Please sign in to comment.