Skip to content

Commit bf1cabe

Browse files
committed
Run format and mypy on Python 3.8
1 parent a2c6894 commit bf1cabe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ envlist = format, py{38, 39, 310, 311, 312, py3}, mypy
33

44
[gh-actions]
55
python =
6-
3.8: py38
6+
3.8: py38, format, mypy
77
3.9: py39
88
3.10: py310
9-
3.11: py311, format, mypy
9+
3.11: py311
1010
3.12: py312
1111
pypy-3.9: pypy3
1212
pypy-3.10: pypy3
@@ -16,7 +16,7 @@ deps = -r{toxinidir}/test-requirements.txt
1616
commands = pytest --cov=h11 --cov-config=.coveragerc h11
1717

1818
[testenv:format]
19-
basepython = python3.10
19+
basepython = python3.8
2020
deps = -r{toxinidir}/format-requirements.txt
2121
commands =
2222
black --check --diff h11/ bench/ examples/ fuzz/

0 commit comments

Comments
 (0)