Skip to content

Commit 86489cd

Browse files
authored
Add free threading Python 3.14t to the testing #430 (#434)
* #430 excluding Windows
1 parent ccbca19 commit 86489cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python_publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [macos-latest, ubuntu-latest, windows-latest]
32-
python-version: ['3.10', '3.12', '3.14']
33-
max-parallel: 9
32+
python-version: ['3.10', '3.12', '3.14', '3.14t']
33+
exclude: # https://github.com/nateshmbhat/pyttsx3/pull/430
34+
- os: windows-latest
35+
python-version: '3.14t'
3436
runs-on: ${{ matrix.os }}
3537
steps:
3638
- if: runner.os == 'Linux'

0 commit comments

Comments
 (0)