Skip to content

Commit

Permalink
Added Python 3.10 to the testing matrix (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 9, 2021
1 parent 0b29b69 commit d746ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeqa-test.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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

Expand Down

0 comments on commit d746ddc

Please sign in to comment.