Skip to content

Commit d746ddc

Browse files
authored
Added Python 3.10 to the testing matrix (#414)
1 parent 0b29b69 commit d746ddc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeqa-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, macos-10.15, windows-latest]
24-
python-version: [2.7, 3.6, 3.9, pypy2, pypy3]
24+
python-version: ["2.7", "3.6", "3.9", "3.10-dev", pypy2, pypy3]
2525
exclude:
2626
- os: macos-11.0
2727
python-version: pypy2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py35, py36, py37, py38, py39, pypy, pypy3, flake8
7+
envlist = py27, py35, py36, py37, py38, py39, py310, pypy, pypy3, flake8
88
minversion = 3.3.0
99
skip_missing_interpreters = true
1010

0 commit comments

Comments
 (0)