Skip to content

Commit 81b9820

Browse files
committed
Upgrade CFFI to be compatible with python3.11
1 parent f8f1b70 commit 81b9820

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

py/manylinux.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ set -e
44
# Install dependencies needed by our wheel
55
yum -y -q -e 0 install gcc libffi-devel
66

7-
# upgrade wheel
7+
# Upgrade wheel
88
/opt/python/cp311-cp311/bin/pip install --upgrade wheel
9+
# Milksnake 0.1.6 relies on CFFI.
10+
# Python 3.11 has some known compatibility issues with older versions of CFFI,
11+
# leading to errors during usage of milksnake.
12+
# Upgrade CFFI to latest and fresh version
13+
/opt/python/cp311-cp311/bin/pip install --upgrade cffi
914

1015
# Install Rust
1116
curl https://sh.rustup.rs -sSf | sh -s -- -y

0 commit comments

Comments
 (0)