summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2021-03-07 10:25:03 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2021-03-07 10:25:03 +0100
commitac30f003db63b636d843812af67421d84a631a6a (patch)
tree768de3bb1802e829e13ba37b489582fe15756f62
parentbd4e824ca46327f1ad9d30cb0e67eda6b08149fe (diff)
downloadsetuptools-scm-ac30f003db63b636d843812af67421d84a631a6a.tar.gz
fixup: update the other matrix version as well
-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 7ec1c98..68c1f85 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -15,7 +15,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' ]
os: [windows-latest, ubuntu-latest] #, macos-latest]
exclude:
- os: windows-latest