Skip to content

Commit 6d99c08

Browse files
committed
Add 3.14t to matrix
1 parent e21c3f6 commit 6d99c08

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
14-
include:
15-
- python-version: "3.10"
16-
toxenv: "py310"
17-
- python-version: "3.11"
18-
toxenv: "py311"
19-
- python-version: "3.12"
20-
toxenv: "py312"
21-
- python-version: "3.13"
22-
toxenv: "py313"
23-
- python-version: "3.14"
24-
toxenv: "py314"
14+
toxenv:
15+
- "3.14t"
16+
- "3.14"
17+
- "3.13"
18+
- "3.12"
19+
- "3.11"
20+
- "3.10"
2521
steps:
2622
- name: "Check out repository"
2723
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ max-complexity = 12
130130

131131
[tool.tox]
132132
requires = ["tox>=4", "tox-uv>=1"]
133-
env_list = ["3.14", "3.13", "3.12", "3.11", "3.10", "linting"]
134-
labels = { test = ["3.14", "3.13", "3.12", "3.11", "3.10"] }
133+
env_list = ["3.14t", "3.14", "3.13", "3.12", "3.11", "3.10", "linting"]
134+
labels = { test = ["3.14t", "3.14", "3.13", "3.12", "3.11", "3.10"] }
135135

136136
[tool.tox.env_run_base]
137137
runner = "uv-venv-lock-runner"

0 commit comments

Comments
 (0)