commit | c9c27b8004f7a5dd214bb2608c3f5e2bbfec33ac | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Sun Apr 25 09:09:24 2021 -0700 |
committer | GitHub <noreply@github.com> | Sun Apr 25 17:09:24 2021 +0100 |
tree | df7d17220493e454bd1a9fe35f3330fd798804cd | |
parent | 8af929fc76f21fb123f6a47cb3ebcf4e5b758dea [diff] [blame] |
Set the release for `__future__.annotations` to 3.11 (#25596)
diff --git a/Lib/__future__.py b/Lib/__future__.py index 326e2b2..97dc90c 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)