We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c541848 commit 3172864Copy full SHA for 3172864
1 file changed
.github/workflows/vllm.yml
@@ -32,7 +32,8 @@ env:
32
VLLM_MODEL: "Qwen/Qwen3-0.6B"
33
# we only test on Ubuntu to keep vLLM server running simple
34
TEST_MATRIX_OS: '["ubuntu-latest"]'
35
- TEST_MATRIX_PYTHON: '["3.10", "3.14"]'
+ # numba not compatible with Python 3.14
36
+ TEST_MATRIX_PYTHON: '["3.10", "3.13"]'
37
38
jobs:
39
compute-test-matrix:
0 commit comments