Skip to content

Commit a41df87

Browse files
Add Python 3.10 to build
1 parent 2dd0c25 commit a41df87

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
# TODO: add windows-latest
2525
os: [ubuntu-latest, macos-latest]
26-
python: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
26+
python: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
2727
fail-fast: false
2828
runs-on: ${{ matrix.os }}
2929
steps:

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=flake8,py36,py37,py38,py39,pypy3,docs
2+
envlist=flake8,py36,py37,py38,py39,py310,pypy3,docs
33
skip_missing_interpreters=True
44

55
[gh-actions]
@@ -8,7 +8,8 @@ python =
88
3.7: py37
99
3.8: py38
1010
3.9: py39
11-
pypy3: pypy3
11+
3.10: py310
12+
pypy-3: pypy3
1213

1314
[testenv]
1415
deps=

0 commit comments

Comments
 (0)