Skip to content

Commit 27c1731

Browse files
authored
Update tox.ini
1 parent 634d7a2 commit 27c1731

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tox.ini

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
[tox]
22
envlist =
3-
py{py,37,38,39,310,311,312}
3+
py{py,38,39,310,311,312}
44
flake8
55
click7
66

7-
minversion = 3.7.14
7+
minversion = 3.8.20
88
isolated_build = true
99

1010
[gh-actions]
1111
python =
12-
3.7: py37, click7, flake8
13-
3.8: py38, mypy
14-
3.9: py39
12+
3.8: py38
13+
3.9: py39, mypy, click7, flake8
1514
3.10: py310
1615
3.11: py311
1716
3.12: py312
@@ -29,17 +28,17 @@ commands =
2928
pytest --basetemp={envtmpdir}
3029

3130
[testenv:flake8]
32-
basepython = python3.7
31+
basepython = python3.9
3332
deps = flake8
3433
commands = flake8 click_repl tests
3534

3635
[testenv:mypy]
37-
basepython = python3.8
36+
basepython = python3.3
3837
deps = mypy
3938
commands = mypy click_repl
4039

4140
[testenv:click7]
42-
basepython = python3.10
41+
basepython = python3.9
4342
deps =
4443
click==7.1.2
4544
pytest

0 commit comments

Comments
 (0)