mirror of
https://github.com/actions/python-versions.git
synced 2025-12-14 06:26:45 +00:00
Update python-modules.py
This commit is contained in:
@@ -313,7 +313,7 @@ def check_missing_modules(expected_modules):
|
|||||||
|
|
||||||
# Exclude tkinter for Python 3.8 and above
|
# Exclude tkinter for Python 3.8 and above
|
||||||
if sys.version_info >= (3, 8):
|
if sys.version_info >= (3, 8):
|
||||||
excluded_modules.append('_tkinter')
|
excluded_modules.extend(['_tkinter', '_curses', '_curses_panel')
|
||||||
|
|
||||||
missing_modules = check_missing_modules(x for x in standard_library if x not in excluded_modules)
|
missing_modules = check_missing_modules(x for x in standard_library if x not in excluded_modules)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user