[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 21:50:14 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:

Hmm. One downside to testing on a different OS than other jobs is that the cache might always be cold, since no other CI jobs would keep it alive. So, this python binding test might take at least an hour, instead of the 13min we could see now.

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


More information about the llvm-commits mailing list