]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Set the release for `__future__.annotations` to 3.11 (#25596)
authorAnthony Sottile <asottile@umich.edu>
Sun, 25 Apr 2021 16:09:24 +0000 (09:09 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 16:09:24 +0000 (17:09 +0100)
Lib/__future__.py

index 326e2b24d1d04868f17cb45ca40fd8966ad909ac..97dc90c6e4644a71cd19683e31c8624ea3184824 100644 (file)
@@ -143,5 +143,5 @@ generator_stop = _Feature((3, 5, 0, "beta", 1),
                           CO_FUTURE_GENERATOR_STOP)
 
 annotations = _Feature((3, 7, 0, "beta", 1),
-                       (3, 10, 0, "alpha", 0),
+                       (3, 11, 0, "alpha", 0),
                        CO_FUTURE_ANNOTATIONS)