Skip to content

Commit 1297a98

Browse files
committed
fix: Fix wrong python version identifier
1 parent e953b33 commit 1297a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ env_list = pytest-{py37,py38,py39,py310,py311}
33

44
[testenv:pytest-{py37,py38,py39,py310,py311}]
55
base_python =
6-
py37: python3.8
6+
py37: python3.7
77
py38: python3.8
88
py39: python3.9
99
py310: python3.10

0 commit comments

Comments
 (0)