[llvm] [GitHub] Add python 3.7 to libclang python test (PR #77219)

Craig Hesling via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 00:53:58 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:

Seems like we have come to a conclusion on these topics through other comments, so I'm resolving this conversation. Feel free to reopen if I missed something.

https://github.com/llvm/llvm-project/pull/77219


More information about the llvm-commits mailing list