summaryrefslogtreecommitdiff
path: root/.github/workflows/quality.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-12-31 09:17:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-12-31 09:17:07 -0500
commit4d38f23251046ec48a73cd1db5773a68d58130e5 (patch)
tree882dee1ba4d7811dd006cf7fad81835d978a05e2 /.github/workflows/quality.yml
parentc2773105682ee01b5ebfe5d29e86a9634d02b053 (diff)
downloadpython-coveragepy-git-nedbat/drop-36.tar.gz
build: drop Python 3.6 supportnedbat/drop-36
Diffstat (limited to '.github/workflows/quality.yml')
-rw-r--r--.github/workflows/quality.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index 2eb64b59..6da0627e 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -33,7 +33,7 @@ jobs:
- name: "Install Python"
uses: "actions/setup-python@v2"
with:
- python-version: "3.8"
+ python-version: "3.7" # Minimum of PYVERSIONS
cache: pip
cache-dependency-path: 'requirements/*.pip'
@@ -59,7 +59,7 @@ jobs:
- name: "Install Python"
uses: "actions/setup-python@v2"
with:
- python-version: "3.8"
+ python-version: "3.7" # Minimum of PYVERSIONS
cache: pip
cache-dependency-path: 'requirements/*.pip'