Skip to content

Commit a5f83a8

Browse files
committed
Remove py37 tox environment as we no longer use it
And include py311 and py312 in testenv.
1 parent 61d848e commit a5f83a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ universal = 1
1212
disable = duplicate-code
1313

1414
[tox:tox]
15-
envlist = {py37,py38,py39,py310,py311,py312}-test,py312-{black,lint,flake8,mypy}
15+
envlist = {py38,py39,py310,py311,py312}-test,py312-{black,lint,flake8,mypy}
1616

1717
[gh-actions]
1818
python =
@@ -22,7 +22,7 @@ python =
2222
3.11: py311
2323
3.12: py312,black,lint,flake8,mypy
2424

25-
[testenv:{py37,py38,py39,py310}-test]
25+
[testenv:{py38,py39,py310,py311,py312}-test]
2626
deps =
2727
mocket
2828
pytest

0 commit comments

Comments
 (0)