Adding Python 3.14 to Windows. Experimental.

This commit is contained in:
Matthias Koefferlein 2026-02-05 21:36:01 +01:00
parent 6ad326e806
commit 1c3f7937f4
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,9 @@ jobs:
cp313-cp313-win_amd64.whl:
python.version: '3.13'
python.architecture: 'x64'
cp314-cp314-win_amd64.whl:
python.version: '3.14'
python.architecture: 'x64'
cp36-cp36m-win32.whl:
python.version: '3.6'
python.architecture: 'x86'
@ -62,6 +65,9 @@ jobs:
cp313-cp313-win32.whl:
python.version: '3.13'
python.architecture: 'x86'
cp314-cp314-win32.whl:
python.version: '3.14'
python.architecture: 'x86'
maxParallel: 6
steps: