[llvm] [GitHub] Add python 3.7 to libclang python test (PR #77219)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 6 22:36:39 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"]
----------------
boomanaiden154 wrote:
Ah. Didn't think about that. Keeping the version at 3.7 in the CI should be fine. But there should be a documented version increase for the libclang python bindings before using any features that a version higher than 3.6.
https://github.com/llvm/llvm-project/pull/77219
More information about the llvm-commits
mailing list