Skip to content

Commit 03650c0

Browse files
committed
chore: add 3.14t test
1 parent f4aeeb2 commit 03650c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
2121
numpy-version: [">=1.25,<2", ">=2"]
2222
exclude:
2323
- python-version: "3.13" # numpy<2 is not supported on 3.13+
2424
numpy-version: ">=1.25,<2"
2525
- python-version: "3.14"
2626
numpy-version: ">=1.25,<2"
27+
- python-version: "3.14t"
28+
numpy-version: ">=1.25,<2"
2729

2830
steps:
2931
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)