Skip to content

Commit c9c27b8

Browse files
authored
Set the release for __future__.annotations to 3.11 (#25596)
1 parent 8af929f commit c9c27b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/__future__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ def __repr__(self):
143143
CO_FUTURE_GENERATOR_STOP)
144144

145145
annotations = _Feature((3, 7, 0, "beta", 1),
146-
(3, 10, 0, "alpha", 0),
146+
(3, 11, 0, "alpha", 0),
147147
CO_FUTURE_ANNOTATIONS)

0 commit comments

Comments
 (0)