Skip to content

Commit 3ef7243

Browse files
authored
feat: python 3.14 support (#313)
1 parent 9aebe27 commit 3ef7243

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- "3.11"
4040
- "3.12"
4141
- "3.13"
42+
- "3.14"
43+
- "3.14t"
4244
os:
4345
- ubuntu-latest
4446
- macOS-latest
@@ -56,6 +58,7 @@ jobs:
5658
with:
5759
python-version: ${{ matrix.python-version }}
5860
cache: "poetry"
61+
allow-prereleases: true
5962
- name: Install Dependencies
6063
run: |
6164
if [ "${{ matrix.extension }}" = "skip_cython" ]; then
@@ -178,6 +181,14 @@ jobs:
178181
qemu: armv7l
179182
musl: "musllinux"
180183
pyver: cp313
184+
- os: ubuntu-latest
185+
qemu: armv7l
186+
musl: "musllinux"
187+
pyver: cp314
188+
- os: ubuntu-latest
189+
qemu: armv7l
190+
musl: "musllinux"
191+
pyver: cp314t
181192
# qemu is slow, make a single
182193
# runner per Python version
183194
- os: ubuntu-latest
@@ -192,6 +203,14 @@ jobs:
192203
qemu: armv7l
193204
musl: ""
194205
pyver: cp313
206+
- os: ubuntu-latest
207+
qemu: armv7l
208+
musl: ""
209+
pyver: cp314
210+
- os: ubuntu-latest
211+
qemu: armv7l
212+
musl: ""
213+
pyver: cp314t
195214
steps:
196215
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
197216
with:

0 commit comments

Comments
 (0)