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 ca04193 commit 70f5955Copy full SHA for 70f5955
tools/build-manylinux.sh
@@ -15,7 +15,7 @@
15
# docker run -t -v $(pwd):/io quay.io/pypa/manylinux2010_x86_64:latest /io/tools/build-manylinux.sh <librdkafka_tag>
16
17
LIBRDKAFKA_VERSION=$1
18
-PYTHON_VERSIONS=("cp37" "cp38" "cp39" "cp310" "cp311" )
+PYTHON_VERSIONS=("cp36" "cp37" "cp38" "cp39" "cp310" "cp311" )
19
20
if [[ -z "$LIBRDKAFKA_VERSION" ]]; then
21
echo "Usage: $0 <librdkafka_tag>"
0 commit comments