summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-07-12 20:31:12 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-08-06 13:42:31 +0100
commit4ee9a4af2511e75cc9aa7e7255bf32ccce4a7540 (patch)
tree56a159c6d7f540a5edc8557808e70af3c8dc16b1 /.github
parent2aac073e4d734559d9a48ed5a2980f4f3deed9ad (diff)
downloadpip-4ee9a4af2511e75cc9aa7e7255bf32ccce4a7540.tar.gz
Add Python 3.10 support
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 019eba65b..d71ba0735 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -96,6 +96,7 @@ jobs:
- 3.7
- 3.8
- 3.9
+ - 3.10
steps:
- uses: actions/checkout@v2
@@ -137,6 +138,7 @@ jobs:
# - 3.7
# - 3.8
- 3.9
+ - 3.10
group: [1, 2]
steps: