Skip to content

Commit 1ff4a95

Browse files
committed
add Python 3.14t to test matrix (#916)
1 parent 5e3cc62 commit 1ff4a95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "3.12"
2525
- "3.13"
2626
- "3.14"
27+
- "3.14t"
2728
platform:
2829
- ubuntu-latest
2930
- ubuntu-24.04-arm
@@ -52,7 +53,7 @@ jobs:
5253
if: runner.os != 'Windows'
5354
run: |
5455
uv_extra=
55-
if [ "${{matrix.python}}" = "3.14" ]; then
56+
if [[ "${{matrix.python}}" = 3.14* ]]; then
5657
uv_extra="--no-extra ray --no-extra tune"
5758
fi
5859
uv sync --all-extras $uv_extra --no-default-groups --group test

0 commit comments

Comments
 (0)