From 6a82827dddbe39d478bd148a66a44185ac52a399 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 13 Feb 2019 00:53:05 -0800 Subject: [PATCH] Add Python 3.8 to ansible-test and CI. --- shippable.yml | 1 + test/runner/completion/docker.txt | 2 +- test/runner/lib/executor.py | 1 + test/utils/shippable/windows.sh | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 275d009999..ae4acbcfeb 100644 --- a/shippable.yml +++ b/shippable.yml @@ -18,6 +18,7 @@ matrix: - env: T=units/3.5 - env: T=units/3.6 - env: T=units/3.7 + - env: T=units/3.8 - env: T=windows/2008/1 - env: T=windows/2008-R2/1 diff --git a/test/runner/completion/docker.txt b/test/runner/completion/docker.txt index 9d2b457e63..5daea5a143 100644 --- a/test/runner/completion/docker.txt +++ b/test/runner/completion/docker.txt @@ -1,4 +1,4 @@ -default name=quay.io/ansible/default-test-container:1.4.1 python=3 +default name=quay.io/ansible/default-test-container:1.5.1 python=3 centos6 name=quay.io/ansible/centos6-test-container:1.4.0 seccomp=unconfined centos7 name=quay.io/ansible/centos7-test-container:1.4.0 seccomp=unconfined fedora28 name=quay.io/ansible/fedora28-test-container:1.5.0 diff --git a/test/runner/lib/executor.py b/test/runner/lib/executor.py index f0310a8d22..5f59543604 100644 --- a/test/runner/lib/executor.py +++ b/test/runner/lib/executor.py @@ -118,6 +118,7 @@ SUPPORTED_PYTHON_VERSIONS = ( '3.5', '3.6', '3.7', + '3.8', ) HTTPTESTER_HOSTS = ( diff --git a/test/utils/shippable/windows.sh b/test/utils/shippable/windows.sh index 45653cb505..bd93cb4d68 100755 --- a/test/utils/shippable/windows.sh +++ b/test/utils/shippable/windows.sh @@ -20,6 +20,7 @@ python_versions=( 3.5 3.6 3.7 + 3.8 2.7 )