mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Enable Python 3.7 in ansible-test.
This commit is contained in:
parent
782aca9a72
commit
f9cd50411f
5 changed files with 21 additions and 1 deletions
|
@ -103,6 +103,7 @@ SUPPORTED_PYTHON_VERSIONS = (
|
|||
'2.7',
|
||||
'3.5',
|
||||
'3.6',
|
||||
'3.7',
|
||||
)
|
||||
|
||||
COMPILE_PYTHON_VERSIONS = SUPPORTED_PYTHON_VERSIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue