Skip to content

Commit

Permalink
Added back Py 3.6 arm64 linux wheel generation (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrth committed Jul 12, 2023
1 parent ca04193 commit 70f5955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# docker run -t -v $(pwd):/io quay.io/pypa/manylinux2010_x86_64:latest /io/tools/build-manylinux.sh <librdkafka_tag>

LIBRDKAFKA_VERSION=$1
PYTHON_VERSIONS=("cp37" "cp38" "cp39" "cp310" "cp311" )
PYTHON_VERSIONS=("cp36" "cp37" "cp38" "cp39" "cp310" "cp311" )

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

0 comments on commit 70f5955

Please sign in to comment.