From a5380813a7f1a8e75f8dd8b9efcf894ad953515e Mon Sep 17 00:00:00 2001 From: Camilla Date: Thu, 12 Dec 2019 14:57:52 +0100 Subject: [PATCH] Adds Python 3.8 support (#96) * Adds build status sticker to README * Adds Python version to test matrix * Adds debug echo message * Adds back Python 3.5.3 to test matrix * Adds Python version to test matrix * Adds back Python 3.5.3 to test matrix * Adds Python 3.8 to test matrix --- .ci/test-matrix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index c1917cd..9b35c84 100755 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -9,6 +9,7 @@ TEST_SUITE: - xpack PYTHON_VERSION: + - 3.8 - 3.7 - 3.6 - 3.5.3