Skip to content

Commit

Permalink
Remove py37 from tox.ini (#1972)
Browse files Browse the repository at this point in the history
... so that running `tox` locally at least has a chance of succeeding.
  • Loading branch information
apljungquist committed Aug 20, 2023
1 parent af7f6ef commit 04d2235
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,7 +1,7 @@
[tox]
envlist =
# NOTE: keep this in sync with the env list in .github/workflows/ci.yml.
py{37,38,39,310,311,312,py3}-pip{previous,latest,main}-coverage
py{38,39,310,311,312,py3}-pip{previous,latest,main}-coverage
pip{previous,latest,main}-coverage
pip{previous,latest,main}
checkqa
Expand Down

0 comments on commit 04d2235

Please sign in to comment.