summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2022-05-29 12:32:55 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2022-05-29 12:33:32 +0200
commit20c5c53af0e7b7db12c8c2798fa7f0829c9af4d9 (patch)
treef99295ca53e41c41b29e7b1818eda757fe67b307
parent6e46ba490ab48715d4a76d6d614cd7d0703233bb (diff)
downloadsetuptools-scm-20c5c53af0e7b7db12c8c2798fa7f0829c9af4d9.tar.gz
remove unsupported python from the pipeline
-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 76344da..affabe9 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python_version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.6' ]
+ python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8' ]
os: [windows-latest, ubuntu-latest] #, macos-latest]
include:
- os: windows-latest