Skip to content

Commit

Permalink
Add annotationlib for Python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 23, 2024
1 parent bee605c commit 0a0d053
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/sources/python-modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@
standard_library.remove('uu')
standard_library.remove('xdrlib')

if sys.version_info >= (3, 14):
standard_library.extend([
'annotationlib',
])

# Remove tkinter and Easter eggs
excluded_modules = [
'antigravity',
Expand Down

0 comments on commit 0a0d053

Please sign in to comment.