From 2d2cdf1bd339039840183fc277f4ab3cf7efec27 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Thu, 23 May 2024 17:46:58 -0700 Subject: [PATCH] PEP 649: Retarget to 3.14 (#3790) https://discuss.python.org/t/pep-649-deferred-evaluation-of-annotations-tentatively-accepted/21331/65 --- peps/pep-0649.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0649.rst b/peps/pep-0649.rst index 1430cc178..286d8ee6b 100644 --- a/peps/pep-0649.rst +++ b/peps/pep-0649.rst @@ -7,7 +7,7 @@ Type: Standards Track Topic: Typing Content-Type: text/x-rst Created: 11-Jan-2021 -Python-Version: 3.13 +Python-Version: 3.14 Post-History: `11-Jan-2021 `__, `12-Apr-2021 `__, `18-Apr-2021 `__,