Skip to content

Commit e3b1347

Browse files
committed
Change the format tox action base python
Need to ensure it matches the one expected (best to use latest).
1 parent e9fe0d1 commit e3b1347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps = -r{toxinidir}/test-requirements.txt
1515
commands = pytest --cov=h11 --cov-config=.coveragerc h11
1616

1717
[testenv:format]
18-
basepython = python3.7
18+
basepython = python3.8
1919
deps =
2020
black
2121
isort

0 commit comments

Comments
 (0)