Add Python 3.14 to the tox test matrix
Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This commit is contained in:
parent
2fbe642643
commit
f2ba4b5b42
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = format,flake8,py3{8,9,10,11,12,13}
|
||||
envlist = format,flake8,py3{8,9,10,11,12,13,14}
|
||||
isolated_build = True
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = format,flake8,py312,py313
|
||||
envlist = format,flake8,py312,py313,py314
|
||||
isolated_build = True
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue