Skip to content

Commit d149bf3

Browse files
author
Felix Lehner
committed
local tests worked with py3.14
1 parent 0084380 commit d149bf3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/package-test-publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
python-name: cp312
3838
- python-version: 3.13
3939
python-name: cp313
40+
- python-version: 3.14
41+
python-name: cp314
4042
steps:
4143
- uses: actions/checkout@v4
4244
- name: Install compiler
@@ -88,6 +90,8 @@ jobs:
8890
python-name: cp312
8991
- python-version: 3.13
9092
python-name: cp313
93+
- python-version: 3.14
94+
python-name: cp314
9195
steps:
9296
- uses: actions/checkout@v4
9397
- name: Set up Python ${{ matrix.python-version }}
@@ -148,6 +152,8 @@ jobs:
148152
python-name: cp312
149153
- python-version: 3.13
150154
python-name: cp313
155+
- python-version: 3.14
156+
python-name: cp314
151157
runs-on: ubuntu-latest
152158
if: startsWith(github.ref, 'refs/tags/')
153159
name: Test on Linux ${{ matrix.python-version }}
@@ -189,6 +195,8 @@ jobs:
189195
python-name: cp312
190196
- python-version: 3.13
191197
python-name: cp313
198+
- python-version: 3.14
199+
python-name: cp314
192200
if: startsWith(github.ref, 'refs/tags/')
193201
runs-on: windows-latest
194202
name: Test on Windows ${{ matrix.python-version }}
@@ -225,6 +233,8 @@ jobs:
225233
python-name: cp312
226234
- python-version: 3.13
227235
python-name: cp313
236+
- python-version: 3.14
237+
python-name: cp314
228238
if: startsWith(github.ref, 'refs/tags/')
229239
name: Publish on Linux ${{ matrix.python-version }}
230240
needs:
@@ -279,6 +289,8 @@ jobs:
279289
python-name: cp312
280290
- python-version: 3.13
281291
python-name: cp313
292+
- python-version: 3.14
293+
python-name: cp314
282294
runs-on: windows-latest
283295
if: startsWith(github.ref, 'refs/tags/')
284296
name: Publish on Windows ${{ matrix.python-version }}

0 commit comments

Comments
 (0)