We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f1b70 commit 81b9820Copy full SHA for 81b9820
py/manylinux.sh
@@ -4,8 +4,13 @@ set -e
4
# Install dependencies needed by our wheel
5
yum -y -q -e 0 install gcc libffi-devel
6
7
-# upgrade wheel
+# Upgrade wheel
8
/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
14
15
# Install Rust
16
curl https://sh.rustup.rs -sSf | sh -s -- -y
0 commit comments