Skip to content

Commit b59cd20

Browse files
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.
1 parent fc898b2 commit b59cd20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/plugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- '3.11'
2020
- '3.12'
2121
- '3.13'
22+
- '3.14'
2223
test:
2324
name: Test (Python ${{ matrix.python }}, stable please_pex release)
2425
uses: ./.github/workflows/plugin_test.yaml

0 commit comments

Comments
 (0)