mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
[libclang/python] Update maximum Python version for CI to 3.13 (#130385)
This commit is contained in:
2
.github/workflows/libclang-python-tests.yml
vendored
2
.github/workflows/libclang-python-tests.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.8", "3.11"]
|
||||
python-version: ["3.8", "3.13"]
|
||||
uses: ./.github/workflows/llvm-project-tests.yml
|
||||
with:
|
||||
build_target: check-clang-python
|
||||
|
||||
Reference in New Issue
Block a user