[llvm] [libclang/python] Change minimum Python test version to 3.8 (PR #95210)
Jannick Kremer via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 02:16:35 PDT 2024
https://github.com/DeinAlptraum created https://github.com/llvm/llvm-project/pull/95210
This fixes #95209
>From 9e98a5954285663b99f7d69511a982b9bb2baaa1 Mon Sep 17 00:00:00 2001
From: Jannick Kremer <jannick-kremer at gmx.de>
Date: Wed, 12 Jun 2024 10:15:23 +0100
Subject: [PATCH] [libclang/python] Change minimum Python test version to 3.8
This fixes #95209
---
.github/workflows/libclang-python-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the llvm-commits
mailing list