[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 18:45:33 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:

What's the reasoning for using 3.7 as a baseline rather than the current minimum version for LLVM, 3.6?

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


More information about the llvm-commits mailing list