forked from orbit-oss/flask
Merge branch 'stable'
This commit is contained in:
commit
218880c7fd
2 changed files with 8 additions and 6 deletions
9
.github/workflows/tests.yaml
vendored
9
.github/workflows/tests.yaml
vendored
|
|
@ -13,14 +13,15 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- {python: '3.13'}
|
- {python: '3.14', tox: 'py3.14,py3.14t'}
|
||||||
- {name: Windows, python: '3.13', os: windows-latest}
|
- {name: Windows, python: '3.14', os: windows-latest}
|
||||||
- {name: Mac, python: '3.13', os: macos-latest}
|
- {name: Mac, python: '3.14', os: macos-latest}
|
||||||
|
- {python: '3.13', tox: 'py3.13,py3.13t'}
|
||||||
- {python: '3.12'}
|
- {python: '3.12'}
|
||||||
- {python: '3.11'}
|
- {python: '3.11'}
|
||||||
- {python: '3.10'}
|
- {python: '3.10'}
|
||||||
- {name: PyPy, python: 'pypy-3.11', tox: pypy3.11}
|
- {name: PyPy, python: 'pypy-3.11', tox: pypy3.11}
|
||||||
- {name: Minimum Versions, python: '3.13', tox: tests-min}
|
- {name: Minimum Versions, python: '3.14', tox: tests-min}
|
||||||
- {name: Development Versions, python: '3.10', tox: tests-dev}
|
- {name: Development Versions, python: '3.10', tox: tests-dev}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
|
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,8 @@ order-by-type = false
|
||||||
|
|
||||||
[tool.tox]
|
[tool.tox]
|
||||||
env_list = [
|
env_list = [
|
||||||
"py3.13", "py3.12", "py3.11", "py3.10",
|
"py3.14", "py3.14t", "py3.13", "py3.13t",
|
||||||
|
"py3.12", "py3.11", "py3.10",
|
||||||
"pypy3.11",
|
"pypy3.11",
|
||||||
"tests-min", "tests-dev",
|
"tests-min", "tests-dev",
|
||||||
"style",
|
"style",
|
||||||
|
|
@ -194,7 +195,7 @@ commands = [[
|
||||||
|
|
||||||
[tool.tox.env.tests-min]
|
[tool.tox.env.tests-min]
|
||||||
description = "pytest on minimum dependency versions"
|
description = "pytest on minimum dependency versions"
|
||||||
base_python = ["3.13"]
|
base_python = ["3.14"]
|
||||||
commands = [
|
commands = [
|
||||||
[
|
[
|
||||||
"uv", "pip", "install",
|
"uv", "pip", "install",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue