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)