Skip to content

Commit 9c2faf0

Browse files
hugovkmtreinish
authored andcommitted
Add python 3.10 to ci configuration
1 parent 9d5ab36 commit 9c2faf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
11+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy3]
1212

1313
steps:
1414
- uses: actions/checkout@v2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py35,py36,py37,py38,py39,pypy3
2+
envlist = py35,py36,py37,py38,py39,310,pypy3
33
minversion = 1.6
44

55
[testenv]

0 commit comments

Comments
 (0)