[llvm] [libclang/python] Change minimum Python test version to 3.8 (PR #95210)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 02:17:20 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-github-workflow

Author: Jannick Kremer (DeinAlptraum)

<details>
<summary>Changes</summary>

This fixes #<!-- -->95209

---
Full diff: https://github.com/llvm/llvm-project/pull/95210.diff


1 Files Affected:

- (modified) .github/workflows/libclang-python-tests.yml (+1-1) 


``````````diff
diff --git a/.github/workflows/libclang-python-tests.yml b/.github/workflows/libclang-python-tests.yml
index 497f6ca5c5547..43ded0af3ac21 100644
--- a/.github/workflows/libclang-python-tests.yml
+++ b/.github/workflows/libclang-python-tests.yml
@@ -36,7 +36,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: ["3.7", "3.11"]
+        python-version: ["3.8", "3.11"]
     uses: ./.github/workflows/llvm-project-tests.yml
     with:
       build_target: check-clang-python

``````````

</details>


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


More information about the llvm-commits mailing list