Skip to content

Commit 4ed4e74

Browse files
authored
Update tox.ini
Minimum python version 3.10
1 parent 36c4cb7 commit 4ed4e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
2-
envlist = py{39}
2+
envlist = py{310}
33
minversion = 4.0
44
isolated_build = true
55

66
[testenv]
77
deps =
88
pytest
99
-r requirements.txt
10-
commands = pytest tests
10+
commands = pytest tests

0 commit comments

Comments
 (0)