mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add test support for python 3.6.
This commit is contained in:
@@ -74,6 +74,7 @@ SUPPORTED_PYTHON_VERSIONS = (
|
||||
'2.6',
|
||||
'2.7',
|
||||
'3.5',
|
||||
'3.6',
|
||||
)
|
||||
|
||||
COMPILE_PYTHON_VERSIONS = tuple(sorted(SUPPORTED_PYTHON_VERSIONS + ('2.4',)))
|
||||
|
||||
Reference in New Issue
Block a user