From c9c27b8004f7a5dd214bb2608c3f5e2bbfec33ac Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 25 Apr 2021 09:09:24 -0700 Subject: Set the release for `__future__.annotations` to 3.11 (#25596) --- Lib/__future__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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) -- cgit v0.12