Enable Python 3.7 in ansible-test.

This commit is contained in:
Matt Clay 2017-11-20 17:01:09 -08:00
parent 782aca9a72
commit f9cd50411f
5 changed files with 21 additions and 1 deletions

View file

@ -103,6 +103,7 @@ SUPPORTED_PYTHON_VERSIONS = (
'2.7',
'3.5',
'3.6',
'3.7',
)
COMPILE_PYTHON_VERSIONS = SUPPORTED_PYTHON_VERSIONS