Skip to content

Commit b396e0f

Browse files
kurtmckeemrbean-bremen
authored andcommitted
Align Python version testing in tox with CI
1 parent 719ba1f commit b396e0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[tox]
2-
envlist = py37,py38,py39,py310,py311,pypy3
2+
envlist =
3+
py{37,38,39,310,311,312}
4+
pypy{37,39,310}
35

46
[testenv]
57
deps =

0 commit comments

Comments
 (0)