We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086bdf2 commit 5712ccdCopy full SHA for 5712ccd
.github/workflows/integration.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Test LLVM detection (Linux/macOS)
61
if: runner.os != 'Windows'
62
run: |
63
- uv run python -c "from every_python.utils import check_llvm_available; import sys; sys.exit(0 if check_llvm_available('20') else 1)"
+ uv run python -c "from every_python.utils import check_llvm_available; import sys; sys.exit(0 if check_llvm_available('21') else 1)"
64
65
- name: Test build without JIT
66
run: uv run every-python install v3.13.0 --verbose
0 commit comments