mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Set the release for __future__.annotations to 3.11 (#25596)
This commit is contained in:
parent
8af929fc76
commit
c9c27b8004
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue