From b59cd2030021b72c57d665fee7bf93bb7a8eb45c Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Thu, 9 Oct 2025 17:05:14 +0100 Subject: [PATCH] CI: test please_pex with Python 3.14 Python 3.14.0 was released on 2025-10-07, so we ought to start testing the plugin against it now. Ensure that please_pex generates .pex files that run under Python 3.14. --- .github/workflows/plugin.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/plugin.yaml b/.github/workflows/plugin.yaml index 0fb8312..bd80307 100644 --- a/.github/workflows/plugin.yaml +++ b/.github/workflows/plugin.yaml @@ -19,6 +19,7 @@ jobs: - '3.11' - '3.12' - '3.13' + - '3.14' test: name: Test (Python ${{ matrix.python }}, stable please_pex release) uses: ./.github/workflows/plugin_test.yaml