@@ -130,7 +130,7 @@ markers =
130
130
# --- Tox automation configuration ---------------------------------------------
131
131
132
132
[tox:tox]
133
- envlist = py{27,34}{,-scandir}, py{35,36,37,38,39}, pypy{27,36,37}, typecheck, codestyle, docstyle, codeformat
133
+ envlist = py{27,34}{,-scandir}, py{35,36,37,38,39,310 }, pypy{27,36,37}, typecheck, codestyle, docstyle, codeformat
134
134
sitepackages = false
135
135
skip_missing_interpreters = true
136
136
requires =
@@ -141,9 +141,9 @@ commands = python -m coverage run --rcfile {toxinidir}/setup.cfg -m pytest {posa
141
141
deps =
142
142
-rtests/requirements.txt
143
143
coverage~=5.0
144
- py{35,36,37,38,39,py36,py37}: pytest~=6.0
144
+ py{35,36,37,38,39,310, py36,py37}: pytest~=6.0
145
145
py{27,34,py27}: pytest~=4.6
146
- py{35,36,37,38,39,py36,py37}: pytest-randomly~=3.5
146
+ py{35,36,37,38,39,310, py36,py37}: pytest-randomly~=3.5
147
147
py{27,34,py27}: pytest-randomly~=1.2
148
148
scandir: .[scandir]
149
149
!scandir: .
@@ -183,6 +183,7 @@ python =
183
183
3.7: py37
184
184
3.8: py38
185
185
3.9: py39
186
+ 3.10: py310
186
187
pypy-2.7: pypy27
187
188
pypy-3.6: pypy36
188
189
pypy-3.7: pypy37
0 commit comments