summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2021-03-07 10:25:00 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2021-03-07 10:25:00 +0100
commitbd4e824ca46327f1ad9d30cb0e67eda6b08149fe (patch)
treec3ddcaf589e7e80c87d24fd7e3212a1f32778d5d
parentb059a6bc44e9dd5703ffa4cc3c116beacb7edfa6 (diff)
downloadsetuptools-scm-bd4e824ca46327f1ad9d30cb0e67eda6b08149fe.tar.gz
update matrix
-rw-r--r--.github/workflows/python-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index 6c3d172..7ec1c98 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python_version: [ '2.7', '3.5', '3.6', '3.7', '3.8', 'pypy2', 'pypy3' ]
+ python_version: [ '3.6', '3.7', '3.8', '3.9', 'pypy3' ]
installer: ["pip install", easy_install]
name: check self install - Python ${{ matrix.python_version }} via ${{ matrix.installer }}
steps: