forked from orbit-oss/flask
test py3.14
This commit is contained in:
parent
da6d075dfd
commit
917000097f
2 changed files with 8 additions and 6 deletions
|
|
@ -168,7 +168,8 @@ order-by-type = false
|
|||
|
||||
[tool.tox]
|
||||
env_list = [
|
||||
"py3.13", "py3.12", "py3.11", "py3.10", "py3.9",
|
||||
"py3.14", "py3.14t", "py3.13", "py3.13t",
|
||||
"py3.12", "py3.11", "py3.10", "py3.9",
|
||||
"pypy3.11",
|
||||
"tests-min", "tests-dev",
|
||||
"style",
|
||||
|
|
@ -192,7 +193,7 @@ commands = [[
|
|||
|
||||
[tool.tox.env.tests-min]
|
||||
description = "pytest on minimum dependency versions"
|
||||
base_python = ["3.13"]
|
||||
base_python = ["3.14"]
|
||||
commands = [
|
||||
[
|
||||
"uv", "pip", "install",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue