Skip to content

Commit

Permalink
remove Python 3.7 from tox.ini, fixes for tox 4
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-pujol committed Jul 19, 2023
1 parent c0e12c2 commit 2701d68
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[tox]
isolated_build = true
envlist = py36, py37, py38, py39, py310, lint, format
envlist = py38, py39, py310, py311, lint, format

[gh-actions]
python =
3.11: py311
3.10: py310
3.9: py39
3.8: py38
3.7: py37
3.6: py36

[testenv:lint]
whitelist_externals =
allowlist_externals =
isort
black
flake8
Expand All @@ -31,7 +30,7 @@ commands =
twine check dist/*

[testenv]
whitelist_externals = pytest
allowlist_externals = pytest
deps =
pytest
pytest-cov
Expand Down

0 comments on commit 2701d68

Please sign in to comment.