Skip to content

Commit 70f5955

Browse files
authored
Added back Py 3.6 arm64 linux wheel generation (#1607)
1 parent ca04193 commit 70f5955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# docker run -t -v $(pwd):/io quay.io/pypa/manylinux2010_x86_64:latest /io/tools/build-manylinux.sh <librdkafka_tag>
1616

1717
LIBRDKAFKA_VERSION=$1
18-
PYTHON_VERSIONS=("cp37" "cp38" "cp39" "cp310" "cp311" )
18+
PYTHON_VERSIONS=("cp36" "cp37" "cp38" "cp39" "cp310" "cp311" )
1919

2020
if [[ -z "$LIBRDKAFKA_VERSION" ]]; then
2121
echo "Usage: $0 <librdkafka_tag>"

0 commit comments

Comments
 (0)