diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-01-12 19:23:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-12 19:23:14 +0100 |
| commit | e5e5ab2c080d0e9dc99470ec9f2ba21bdf141b80 (patch) | |
| tree | 12370de7fd1cea23cf788c6c8963925df57a8889 /.github | |
| parent | 440238ebb54ba4b05d8656e0bdf333d53627c198 (diff) | |
| download | python-setuptools-git-e5e5ab2c080d0e9dc99470ec9f2ba21bdf141b80.tar.gz | |
Add Python 3.8 to the test matrix
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
