mirror of
https://github.com/actions/python-versions.git
synced 2025-12-14 06:26:45 +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',
|
'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
|
# Remove tkinter and Easter eggs
|
||||||
excluded_modules = [
|
excluded_modules = [
|
||||||
'antigravity',
|
'antigravity',
|
||||||
|
|||||||
Reference in New Issue
Block a user