Skip to content

Commit 684f848

Browse files
committed
ci: Try collecting PyPy 3.11 DLLs
1 parent 0bd1477 commit 684f848

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dll.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
pypy3.8
1414
pypy3.9
1515
pypy3.10
16+
pypy3.11
1617
3.7
1718
3.8
1819
3.9
@@ -37,7 +38,7 @@ jobs:
3738
cp "$PREFIX/libpypy3-c.dll" .
3839
3940
# PyPy 3.9 and later use libpypy3.Y-c.dll
40-
for VER in 3.9 3.10; do
41+
for VER in 3.9 3.10 3.11; do
4142
VER_NUM=$(echo $VER | sed 's/\.//')
4243
PREFIX=$(pypy$VER -c "import sys; print(sys.base_prefix, end='')")
4344
cp "$PREFIX/libpypy$VER-c.dll" .

0 commit comments

Comments
 (0)