mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-04-18 21:41:03 +00:00
Can't test on 3.6 anymore
This commit is contained in:
parent
ff30b3a68f
commit
241de07097
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue