Skip to content

Commit e3183dd

Browse files
committed
ci: Try collecting CPython-3.14.0b1 DLLs
1 parent e987b82 commit e3183dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dll.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ jobs:
2222
3.12
2323
3.13
2424
3.13t
25+
3.14-dev
26+
3.14t-dev
2527
allow-prereleases: true
2628
- name: Copy pythonXY.dll
2729
shell: bash
2830
run: |
2931
set -e
30-
for VER in 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.13t; do
32+
for VER in 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.13t 3.14 3.14t; do
3133
VER_NUM=$(echo $VER | sed 's/\.//')
3234
PREFIX=$(py -$VER -c "import sys; print(sys.base_prefix, end='')")
3335
cp "$PREFIX/python$VER_NUM.dll" .

0 commit comments

Comments
 (0)