diff --git a/tests/sources/python-modules.py b/tests/sources/python-modules.py index 8871d9ca..1c31adfd 100644 --- a/tests/sources/python-modules.py +++ b/tests/sources/python-modules.py @@ -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',