mirror of https://github.com/python/cpython
Set the release for `__future__.annotations` to 3.11 (#25596)
This commit is contained in:
parent
8af929fc76
commit
c9c27b8004
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue