Set the release for `__future__.annotations` to 3.11 (#25596)

This commit is contained in:
Anthony Sottile 2021-04-25 09:09:24 -07:00 committed by GitHub
parent 8af929fc76
commit c9c27b8004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)