Skip to content

Commit

Permalink
pyproject: remove Python 3.7 from tox envlist
Browse files Browse the repository at this point in the history
tox fails with because we require python >= 3.8 since
commit: 6297725 ("drop support for Python 3.7")

Signed-off-by: Jan Remmet <[email protected]>
  • Loading branch information
jremmet committed Jul 20, 2023
1 parent ed4e12e commit c4fb24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ signature-mutators = ["labgrid.step.step"]
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py37, py38, py39, py310, py311
envlist = py38, py39, py310, py311
isolated_build = true
[testenv]
Expand Down

0 comments on commit c4fb24b

Please sign in to comment.