summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-11-07 13:41:02 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2021-11-08 12:02:16 +0200
commit0252c04a16cd93fe422cebf0b48453b559a2e404 (patch)
treeacac0589d51a02a9040d9d41b92f86ae95e56798 /.github
parentd81c65ace124d3cf903909bc770272566b9b832c (diff)
downloadpip-0252c04a16cd93fe422cebf0b48453b559a2e404.tar.gz
Drop support for soon-EOL Python 3.6
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 51f7b8f9b..acad8f6fc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -102,11 +102,10 @@ jobs:
matrix:
os: [Ubuntu, MacOS]
python:
- - 3.6
- 3.7
- 3.8
- 3.9
- - "3.10.0-alpha - 3.10"
+ - "3.10"
steps:
- uses: actions/checkout@v2
@@ -151,12 +150,11 @@ jobs:
matrix:
os: [Windows]
python:
- - 3.6
+ - 3.7
# Commented out, since Windows tests are expensively slow.
- # - 3.7
# - 3.8
- 3.9
- - "3.10.0-alpha - 3.10"
+ - "3.10"
group: [1, 2]
steps: