summaryrefslogtreecommitdiff
path: root/.github/workflows/codeqa-test.yml
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-08-09 22:37:10 +0300
committerGitHub <noreply@github.com>2021-08-09 22:37:10 +0300
commitd746ddc4eddd95c7e35f403c4374458979e2f2ff (patch)
tree5fcdc4ec15a6cbcc56e3ecbcfbf73e658c9c5a00 /.github/workflows/codeqa-test.yml
parent0b29b695ae458450217552978ad3094ed06a16d7 (diff)
downloadwheel-git-d746ddc4eddd95c7e35f403c4374458979e2f2ff.tar.gz
Added Python 3.10 to the testing matrix (#414)
Diffstat (limited to '.github/workflows/codeqa-test.yml')
-rw-r--r--.github/workflows/codeqa-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index 0050bdd..a9db403 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-10.15, windows-latest]
- python-version: [2.7, 3.6, 3.9, pypy2, pypy3]
+ python-version: ["2.7", "3.6", "3.9", "3.10-dev", pypy2, pypy3]
exclude:
- os: macos-11.0
python-version: pypy2