File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 3939 - " 3.11"
4040 - " 3.12"
4141 - " 3.13"
42+ - " 3.14"
43+ - " 3.14t"
4244 os :
4345 - ubuntu-latest
4446 - macOS-latest
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 :
You can’t perform that action at this time.
0 commit comments