[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:41:04 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:

Although I would be happy with an exception for the libclang binding to use a min of 3.7, I think the general benefit of using 3.7's level of type annotations still holds for all LLVM python. Maybe we should revisit that RFC about bumping python minimum, but propose 3.7, instead?

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


More information about the llvm-commits mailing list