Skip to content

Commit c1d0047

Browse files
authored
Merge pull request #571 from davidrudlstorfer/add_python_314_wheels
feat: add wheels for Python 3.14
2 parents b7d72ef + 2f20364 commit c1d0047

File tree

4 files changed

+160
-24
lines changed

4 files changed

+160
-24
lines changed

.github/workflows/api.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
config:
31-
- pythonv: '3.13'
31+
- pythonv: '3.14'
3232
os: ubuntu-latest
33-
- pythonv: '3.13'
33+
- pythonv: '3.14'
3434
os: macos-15-intel
3535
steps:
3636
- name: checkout (action)
@@ -82,9 +82,9 @@ jobs:
8282
fail-fast: false
8383
matrix:
8484
config:
85-
- pythonv: '3.13'
85+
- pythonv: '3.14'
8686
os: ubuntu-latest
87-
- pythonv: '3.13'
87+
- pythonv: '3.14'
8888
os: macos-15-intel
8989
env:
9090
CMAKE_FLAGS: -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILES=ON
@@ -149,7 +149,7 @@ jobs:
149149
fail-fast: false
150150
matrix:
151151
config:
152-
- pythonv: '3.13'
152+
- pythonv: '3.14'
153153
os: windows-latest
154154
vsenvarch: x64
155155
env:

.github/workflows/api.ys

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ python-preamble-job =::
66
fail-fast: false
77
matrix:
88
config:
9-
- {pythonv: '3.13', os: ubuntu-latest}
10-
- {pythonv: '3.13', os: macos-15-intel}
9+
- {pythonv: '3.14', os: ubuntu-latest}
10+
- {pythonv: '3.14', os: macos-15-intel}
1111
python-preamble-job-win =::
1212
runs-on: ${{matrix.config.os}}
1313
strategy:
1414
fail-fast: false
1515
matrix:
1616
config:
17-
- {pythonv: '3.13', os: windows-latest, vsenvarch: x64}
17+
- {pythonv: '3.14', os: windows-latest, vsenvarch: x64}
1818

1919

2020
setup-env-win =::

0 commit comments

Comments
 (0)