mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Remove python 2.4 compile test.
This commit is contained in:
@@ -94,7 +94,7 @@ SUPPORTED_PYTHON_VERSIONS = (
|
||||
'3.6',
|
||||
)
|
||||
|
||||
COMPILE_PYTHON_VERSIONS = tuple(sorted(SUPPORTED_PYTHON_VERSIONS + ('2.4',)))
|
||||
COMPILE_PYTHON_VERSIONS = SUPPORTED_PYTHON_VERSIONS
|
||||
|
||||
coverage_path = '' # pylint: disable=locally-disabled, invalid-name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user