From c174991b1427354680a1cc5968c8177a4818fdad Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 3 Nov 2019 14:43:52 +0100 Subject: [PATCH] Add Python 3.8 to the tests --- ci/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/python-package.yml b/ci/python-package.yml index 24f36a8..49c9f0d 100644 --- a/ci/python-package.yml +++ b/ci/python-package.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest strategy: - max-parallel: 4 + max-parallel: 5 matrix: - python-version: [2.7, 3.5, 3.6, 3.7] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v1