Update enum for py312 (#10670)

This commit is contained in:
Alex Waygood
2023-09-11 11:26:18 +01:00
committed by GitHub
parent a570fb6ced
commit 23249c07a9
3 changed files with 45 additions and 8 deletions

View File

@@ -1,9 +1,3 @@
# Uncategorised, from Python 3.12
enum.Enum.__signature__
enum.EnumMeta.__call__
enum.EnumType.__call__
enum.property.member
# Errors that also existed on Python 3.11
_collections_abc.AsyncIterable.__class_getitem__
_collections_abc.Awaitable.__class_getitem__