Skip to content

Commit 7e5f7bc

Browse files
committed
Remove py37 from tox.
1 parent 62b4da8 commit 7e5f7bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tox.ini

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

1010

1111
[gh-actions]
1212
python =
13-
3.7: py37
1413
3.8: check, build, build_docs, py38
1514
3.9: py39
1615
3.10: py310

0 commit comments

Comments
 (0)