Can't test on 3.6 anymore

This commit is contained in:
Nick Coghlan 2024-05-22 20:20:46 +10:00
parent ff30b3a68f
commit 241de07097

View file

@ -1,5 +1,6 @@
[tox]
envlist = py{36,37,38,39,3_10,py3}
# No Python 3.6 available on current generation GitHub test runners
envlist = py{37,38,39,3_10,py3}
skip_missing_interpreters = True
[testenv]
@ -15,7 +16,6 @@ deps =
[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39