Skip to content

Commit 2b8e597

Browse files
committed
Include Python 3.10 in default test matrix
1 parent 09ff14f commit 2b8e597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python: [3.6, 3.7, 3.8, 3.9, pypy3]
11+
python: [3.6, 3.7, 3.8, 3.9, 3.10, pypy3]
1212

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

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py3{6,7,8,9}, black, flake8, mypy, docs, manifest
2+
envlist = py3{6,7,8,9,10}, black, flake8, mypy, docs, manifest
33
isolated_build = true
44

55
[testenv:black]

0 commit comments

Comments
 (0)