Skip to content

Commit e3970c1

Browse files
committed
tox: Remove py37 entries
We no longer support Python 3.7. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 5a547d0 commit e3970c1

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
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.0
3-
envlist = py{37,38,39}-click{7,8,8-async},py{310,311}-click{8,8-async},style,docs
3+
envlist = py{38,39}-click{7,8,8-async},py{310,311}-click{8,8-async},style,docs
44

55
[testenv]
66
setenv =

0 commit comments

Comments
 (0)