summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-11-12 08:04:57 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-11-12 08:04:57 +0000
commitc6c6222f9e3e1070d3ba2e2512bd97f371406603 (patch)
tree8e8794c578322e7099ad064db16343d3f51a3d4e /.github
parent71151fad4c1361c1d8bdceb49b7582ce5d299490 (diff)
downloadpip-c6c6222f9e3e1070d3ba2e2512bd97f371406603.tar.gz
Drop Python 3.9 from Windows CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index acad8f6fc..6d3f70fca 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -153,7 +153,7 @@ jobs:
- 3.7
# Commented out, since Windows tests are expensively slow.
# - 3.8
- - 3.9
+ # - 3.9
- "3.10"
group: [1, 2]