Skip to content

Commit 9f11a0c

Browse files
committed
chore: add py314t for test
Signed-off-by: Chojan Shang <psiace@apache.org>
1 parent e3b8d32 commit 9f11a0c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
32+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
3333
fail-fast: false
3434
defaults:
3535
run:

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = true
3-
envlist = py310, py311, py312, py313, py314
3+
envlist = py310, py311, py312, py313, py314, py314t
44

55
[gh-actions]
66
python =
@@ -9,6 +9,7 @@ python =
99
3.12: py312
1010
3.13: py313
1111
3.14: py314
12+
3.14t: py314t
1213

1314
[testenv]
1415
passenv = PYTHON_VERSION
@@ -17,3 +18,6 @@ commands =
1718
uv sync --python {envpython}
1819
uv run python -m pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml
1920
ty check
21+
22+
[testenv:py314t]
23+
basepython = python3.14t

0 commit comments

Comments
 (0)