[llvm] [GitHub] Add python 3.7 to libclang python test (PR #77219)
Tobias Hieta via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 12 00:07:07 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"]
----------------
tru wrote:
Can't we use pyenv or something like that to test python3.6? If we specify 3.6 we should try to test with that IMHO. If it's not available to be used anymore I think we should RFC a update.
https://github.com/llvm/llvm-project/pull/77219
More information about the llvm-commits
mailing list