test: skip running tests for py36
we should soon require python 3.8 anyway
This commit is contained in:
parent
f9cb6cb59b
commit
fb0c538a2b
5
tox.ini
5
tox.ini
|
@ -1,6 +1,9 @@
|
|||
|
||||
[tox]
|
||||
envlist = py36, py37, py38, py39, py310, py311
|
||||
# TODO: i had to remove py36 since something (hatchling?) broke it
|
||||
# somehow, and i was not able to quickly fix. as of writing only
|
||||
# one app is known to run py36 and hopefully that is not for long.
|
||||
envlist = py37, py38, py39, py310, py311
|
||||
|
||||
# TODO: can remove this when we drop py36 support
|
||||
# nb. need this for testing older python versions
|
||||
|
|
Loading…
Reference in a new issue