Skip to content

Commit 1e17731

Browse files
bdracocdce8p
andauthored
fix: add wheels for Python 3.14 (#174)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1 parent 9767a2e commit 1e17731

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
- "3.11"
4141
- "3.12"
4242
- "3.13"
43+
- "3.14"
44+
- "3.14t"
4345
os:
4446
- ubuntu-latest
4547
- macOS-latest
@@ -209,6 +211,14 @@ jobs:
209211
qemu: armv7l
210212
musl: "musllinux"
211213
pyver: cp313
214+
- os: ubuntu-latest
215+
qemu: armv7l
216+
musl: "musllinux"
217+
pyver: cp314
218+
- os: ubuntu-latest
219+
qemu: armv7l
220+
musl: "musllinux"
221+
pyver: cp314t
212222
# qemu is slow, make a single
213223
# runner per Python version
214224
- os: ubuntu-latest
@@ -227,6 +237,14 @@ jobs:
227237
qemu: armv7l
228238
musl: ""
229239
pyver: cp313
240+
- os: ubuntu-latest
241+
qemu: armv7l
242+
musl: ""
243+
pyver: cp314
244+
- os: ubuntu-latest
245+
qemu: armv7l
246+
musl: ""
247+
pyver: cp314t
230248
steps:
231249
- uses: actions/checkout@v5
232250
with:

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)