We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c979aa3 commit 9900535Copy full SHA for 9900535
1 file changed
tests/sources/python-modules.py
@@ -241,6 +241,12 @@
241
'annotationlib',
242
])
243
244
+# https://docs.python.org/3.15/whatsnew/3.15.html
245
+if sys.version_info >= (3, 15):
246
+ standard_library.remove('sre_compile')
247
+ standard_library.remove('sre_constants')
248
+ standard_library.remove('sre_parse')
249
+
250
# Remove tkinter and Easter eggs
251
excluded_modules = [
252
'antigravity',
0 commit comments