[llvm] [GitHub] Add python 3.7 to libclang python test (PR #77219)
Craig Hesling via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 14 15:17:46 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:
I agree, we should be testing the minimum compatibility, but I think it is a bit counter productive to add novel ways of testing Python 3.6. Even Python 3.7 is considered end of life, but it is still easy available in the GitHub runners and Debian.
https://discourse.llvm.org/t/rfc-upgrading-llvms-minimum-required-python-version/67571
https://github.com/llvm/llvm-project/pull/77219
More information about the llvm-commits
mailing list