diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-08-09 22:37:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-09 22:37:10 +0300 |
| commit | d746ddc4eddd95c7e35f403c4374458979e2f2ff (patch) | |
| tree | 5fcdc4ec15a6cbcc56e3ecbcfbf73e658c9c5a00 /.github/workflows/codeqa-test.yml | |
| parent | 0b29b695ae458450217552978ad3094ed06a16d7 (diff) | |
| download | wheel-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.yml | 2 |
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 |
