Skip to content

[libclang/python] Upgrade latest Python version in CI to 3.14#202241

Merged
DeinAlptraum merged 1 commit into
llvm:mainfrom
DeinAlptraum:update-release
Jun 8, 2026
Merged

[libclang/python] Upgrade latest Python version in CI to 3.14#202241
DeinAlptraum merged 1 commit into
llvm:mainfrom
DeinAlptraum:update-release

Conversation

@DeinAlptraum
Copy link
Copy Markdown
Contributor

As pointed out in https://discourse.llvm.org/t/libclang-python-binding-tests-seem-inefficient/90984/3, the latest Python version currently used in the bindings tests is not the latest stable version.
Upgrade to the latest stable Python version (3.14), see here: https://devguide.python.org/versions/

@llvmorg-github-actions
Copy link
Copy Markdown

@llvm/pr-subscribers-github-workflow

Author: Jannick Kremer (DeinAlptraum)

Changes

As pointed out in https://discourse.llvm.org/t/libclang-python-binding-tests-seem-inefficient/90984/3, the latest Python version currently used in the bindings tests is not the latest stable version.
Upgrade to the latest stable Python version (3.14), see here: https://devguide.python.org/versions/


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

1 Files Affected:

  • (modified) .github/workflows/libclang-python-tests.yml (+1-1)
diff --git a/.github/workflows/libclang-python-tests.yml b/.github/workflows/libclang-python-tests.yml
index b417cd74c61a9..8554bd82e7701 100644
--- a/.github/workflows/libclang-python-tests.yml
+++ b/.github/workflows/libclang-python-tests.yml
@@ -30,7 +30,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: ["3.8", "3.13"]
+        python-version: ["3.8", "3.14"]
     steps:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
         with:

Copy link
Copy Markdown
Contributor

@boomanaiden154 boomanaiden154 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@DeinAlptraum DeinAlptraum merged commit 4e3a209 into llvm:main Jun 8, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants