Skip to content

Commit 0a0d053

Browse files
committed
Add annotationlib for Python 3.14
1 parent bee605c commit 0a0d053

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/sources/python-modules.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@
236236
standard_library.remove('uu')
237237
standard_library.remove('xdrlib')
238238

239+
if sys.version_info >= (3, 14):
240+
standard_library.extend([
241+
'annotationlib',
242+
])
243+
239244
# Remove tkinter and Easter eggs
240245
excluded_modules = [
241246
'antigravity',

0 commit comments

Comments
 (0)