mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 14:06:46 +00:00
Update modules removed in Python 3.15 (#361)
This commit is contained in:
committed by
GitHub
parent
c979aa30d9
commit
990053552b
@@ -241,6 +241,12 @@ if sys.version_info >= (3, 14):
|
||||
'annotationlib',
|
||||
])
|
||||
|
||||
# https://docs.python.org/3.15/whatsnew/3.15.html
|
||||
if sys.version_info >= (3, 15):
|
||||
standard_library.remove('sre_compile')
|
||||
standard_library.remove('sre_constants')
|
||||
standard_library.remove('sre_parse')
|
||||
|
||||
# Remove tkinter and Easter eggs
|
||||
excluded_modules = [
|
||||
'antigravity',
|
||||
|
||||
Reference in New Issue
Block a user