Skip to content

Commit c5b41ae

Browse files
committed
add python 3.14 to branchbuild
1 parent 26df405 commit c5b41ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branchbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t"]
142+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
143143
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
144144
exclude:
145145
- python-version: "3.10"
@@ -185,7 +185,7 @@ jobs:
185185
python -m PyInstaller.utils.run_tests --include_only rapidfuzz.
186186
187187
- name: test cx_freeze packaging
188-
if: matrix.python-version != '3.13' && matrix.python-version != '3.13t'
188+
if: matrix.python-version != '3.13' && matrix.python-version != '3.13t' && matrix.python-version != '3.14' && matrix.python-version != '3.14t'
189189
working-directory: tests/freezeTools
190190
run: |
191191
pip install cx_freeze

0 commit comments

Comments
 (0)