diff --git a/pep-0686.rst b/pep-0686.rst index 38f54f650cb..7af5df09715 100644 --- a/pep-0686.rst +++ b/pep-0686.rst @@ -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 `__, `31-Mar-2022 `__ @@ -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``.