PEP 686: Postpone target version to 3.15 (#2556)

This commit is contained in:
Inada Naoki 2022-04-26 12:58:27 +09:00 committed by GitHub
parent 701999a91d
commit ee521575d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>`__
@ -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``.