[Python-checkins] Set the release for `__future__.annotations` to 3.11 (#25596)

pablogsal webhook-mailer at python.org
Sun Apr 25 12:09:37 EDT 2021


https://github.com/python/cpython/commit/c9c27b8004f7a5dd214bb2608c3f5e2bbfec33ac
commit: c9c27b8004f7a5dd214bb2608c3f5e2bbfec33ac
branch: master
author: Anthony Sottile <asottile at umich.edu>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-04-25T17:09:24+01:00
summary:

Set the release for `__future__.annotations` to 3.11 (#25596)

files:
M Lib/__future__.py

diff --git a/Lib/__future__.py b/Lib/__future__.py
index 326e2b24d1d04..97dc90c6e4644 100644
--- a/Lib/__future__.py
+++ b/Lib/__future__.py
@@ -143,5 +143,5 @@ def __repr__(self):
                           CO_FUTURE_GENERATOR_STOP)
 
 annotations = _Feature((3, 7, 0, "beta", 1),
-                       (3, 10, 0, "alpha", 0),
+                       (3, 11, 0, "alpha", 0),
                        CO_FUTURE_ANNOTATIONS)



More information about the Python-checkins mailing list