Skip to content

Commit

Permalink
tox: Remove py37 entries
Browse files Browse the repository at this point in the history
We no longer support Python 3.7.

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Nov 21, 2023
1 parent 5a547d0 commit e3970c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py{37,38,39}-click{7,8,8-async},py{310,311}-click{8,8-async},style,docs
envlist = py{38,39}-click{7,8,8-async},py{310,311}-click{8,8-async},style,docs

[testenv]
setenv =
Expand Down

0 comments on commit e3970c1

Please sign in to comment.