Skip to content

Commit

Permalink
Merge pull request #111 from seequent/python-3.13-compability
Browse files Browse the repository at this point in the history
Add special attributes introduced in Python 3.13
  • Loading branch information
tim-mitchell authored Dec 11, 2024
2 parents 04d784a + 1395433 commit 59e5713
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pure_interface/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ def _builtin_attrs(name: str) -> bool:
"_abc_negative_cache",
"_pi",
"_pi_unwrap_decorators",
"__type_params__",
"__firstlineno__",
"__static_attributes__",
)


Expand Down

0 comments on commit 59e5713

Please sign in to comment.