mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update python test versions
- add 3.12 - remove 3.7 since it is out of support
This commit is contained in:
parent
3be0703b14
commit
0b0db8d863
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -1,13 +1,13 @@
|
|||
[tox]
|
||||
envlist = py{3.7,3.8,3.9,3.10,3.11},docs,flake8
|
||||
envlist = py{3.8,3.9,3.10,3.11,3.12},docs,flake8
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py3.7: python3.7
|
||||
py3.8: python3.8
|
||||
py3.9: python3.9
|
||||
py3.10: python3.10
|
||||
py3.11: python3.11
|
||||
py3.12: python3.12
|
||||
passenv = *
|
||||
usedevelop=True
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue