[llvm] [GitHub] Add python 3.7 to libclang python test (PR #77219)
Craig Hesling via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 6 20:35:41 PST 2024
================
@@ -30,10 +30,15 @@ jobs:
check-clang-python:
# Build libclang and then run the libclang Python binding's unit tests.
name: Build and run Python unit tests
+ strategy:
+ fail-fast: false
+ matrix:
+ python-version: ["3.7", "3.11"]
----------------
linux4life798 wrote:
Hmmm. We are in a bit of a catch-22, since we can't even test Python 3.6 with the `ubuntu-latest` runner.
https://github.com/linux4life798/llvm-project/actions/runs/7435926153
https://github.com/llvm/llvm-project/pull/77219
More information about the llvm-commits
mailing list