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

2024-01-16 Thread Vlad Serebrennikov via cfe-commits
https://github.com/Endilll approved this pull request. LGTM. I believe we can go ahead with this even if discussion about raising minimum Python version is not going anywhere. Better test 3.7 and 3.11 than just 3.11 anyway. https://github.com/llvm/llvm-project/pull/77219

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

2024-01-14 Thread Craig Hesling via cfe-commits
@@ -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"]

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

2024-01-14 Thread Craig Hesling via cfe-commits
https://github.com/linux4life798 edited https://github.com/llvm/llvm-project/pull/77219 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits