Skip to content

Commit 7270113

Browse files
authored
ci: add free-threading tests (#238)
1 parent 2e4acf3 commit 7270113

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
17+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
1818
pydantic-version: ["pydantic-v1", "pydantic-v2"]
1919
exclude:
2020
- python-version: "3.14"
2121
pydantic-version: "pydantic-v1"
22+
- python-version: "3.14t"
23+
pydantic-version: "pydantic-v1"
2224
fail-fast: false
2325

2426
steps:
@@ -59,7 +61,7 @@ jobs:
5961
runs-on: ubuntu-latest
6062
strategy:
6163
matrix:
62-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
64+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
6365
fail-fast: false
6466

6567
steps:

0 commit comments

Comments
 (0)