Skip to content

Commit 3172864

Browse files
committed
back to 3.13
1 parent c541848 commit 3172864

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/vllm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ env:
3232
VLLM_MODEL: "Qwen/Qwen3-0.6B"
3333
# we only test on Ubuntu to keep vLLM server running simple
3434
TEST_MATRIX_OS: '["ubuntu-latest"]'
35-
TEST_MATRIX_PYTHON: '["3.10", "3.14"]'
35+
# numba not compatible with Python 3.14
36+
TEST_MATRIX_PYTHON: '["3.10", "3.13"]'
3637

3738
jobs:
3839
compute-test-matrix:

0 commit comments

Comments
 (0)