forked from github/pelican
add python 3.11 to CI and use setup-python pip cache
This commit is contained in:
parent
a51d75c8ed
commit
6ddbc83f43
2 changed files with 10 additions and 41 deletions
3
tox.ini
3
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py{3.7,3.8,3.9,3.10},docs,flake8
|
||||
envlist = py{3.7,3.8,3.9,3.10,3.11},docs,flake8
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
|
|
@ -7,6 +7,7 @@ basepython =
|
|||
py3.8: python3.8
|
||||
py3.9: python3.9
|
||||
py3.10: python3.10
|
||||
py3.11: python3.11
|
||||
passenv = *
|
||||
usedevelop=True
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue