Skip to content

Commit 73f1543

Browse files
committed
Reactivate py3.7 on tox.
1 parent 28ca6d9 commit 73f1543

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ envlist =
33
check
44
build
55
build_docs
6-
py{38,39,310,311}
6+
py{37,38,39,310,311}
77
isolated_build = True
88
skip_missing_interpreters = True
99

1010

1111
[gh-actions]
1212
python =
13+
3.7: py37
1314
3.8: check, build, build_docs, py38
1415
3.9: py39
1516
3.10: py310

0 commit comments

Comments
 (0)