Skip to content

Commit

Permalink
Consider built-in Python 3.13 __static_attributes__ class attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 29, 2024
1 parent 7782e2b commit f6279d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sqlalchemy/util/langhelpers.py
Expand Up @@ -1973,6 +1973,7 @@ def __init_subclass__(cls) -> None:
"__slots__",
"__orig_bases__",
"__annotations__",
"__static_attributes__",
}
)
if remaining:
Expand Down

0 comments on commit f6279d7

Please sign in to comment.