mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Remove python 2.4 compile test.
This commit is contained in:
parent
9dae697997
commit
3a22467b38
2 changed files with 1 additions and 62 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue