Skip to content

Commit 0c22f32

Browse files
committed
Try adding 3.14 to make-manylinux
1 parent c3190ab commit 0c22f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make-manylinux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ if [ -d /greenlet -a -d /opt/python ]; then
3535
which auditwheel
3636
echo "Installed Python versions"
3737
ls -l /opt/python
38-
for variant in `ls -d /opt/python/cp{313,39,310,311,312}*`; do
39-
if [ "$variant" = "/opt/python/cp313-313t" ]; then
38+
for variant in `ls -d /opt/python/cp{314,313,39,310,311,312}*`; do
39+
if [[ "$variant" == *t ]]; then
4040
echo "Skipping no-gil build. The GIL is required."
4141
continue
4242
fi

0 commit comments

Comments
 (0)