From e5e5ab2c080d0e9dc99470ec9f2ba21bdf141b80 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sun, 12 Jan 2020 19:23:14 +0100 Subject: Add Python 3.8 to the test matrix Co-Authored-By: Hugo van Kemenade --- .github/workflows/python-tests.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index eb750a45..f315e6fe 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -14,6 +14,7 @@ jobs: # max-parallel: 5 matrix: python-version: + - 3.8 - 3.7 - 3.6 - 3.5 -- cgit v1.2.1