summaryrefslogtreecommitdiff
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
parent0b29b695ae458450217552978ad3094ed06a16d7 (diff)
downloadwheel-git-d746ddc4eddd95c7e35f403c4374458979e2f2ff.tar.gz
Added Python 3.10 to the testing matrix (#414)
-rw-r--r--.github/workflows/codeqa-test.yml2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 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
diff --git a/tox.ini b/tox.ini
index 441b6ee..54c73dd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py27, py35, py36, py37, py38, py39, pypy, pypy3, flake8
+envlist = py27, py35, py36, py37, py38, py39, py310, pypy, pypy3, flake8
minversion = 3.3.0
skip_missing_interpreters = true