We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04d120 commit b2069f6Copy full SHA for b2069f6
1 file changed
.github/workflows/dll.yml
@@ -13,6 +13,7 @@ jobs:
13
pypy3.8
14
pypy3.9
15
pypy3.10
16
+ pypy3.11
17
3.7
18
3.8
19
3.9
@@ -37,7 +38,7 @@ jobs:
37
38
cp "$PREFIX/libpypy3-c.dll" .
39
40
# PyPy 3.9 and later use libpypy3.Y-c.dll
- for VER in 3.9 3.10; do
41
+ for VER in 3.9 3.10 3.11; do
42
VER_NUM=$(echo $VER | sed 's/\.//')
43
PREFIX=$(pypy$VER -c "import sys; print(sys.base_prefix, end='')")
44
cp "$PREFIX/libpypy$VER-c.dll" .
0 commit comments