This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.9 by this push:
new 72543fd19a6 [CI] Change python cp35-cp35m lib build version from
manylinux2014 to manylinux1 (#15180)
72543fd19a6 is described below
commit 72543fd19a6a8e1764b8ec6cb06f2509428b79a3
Author: Lishen Yao <[email protected]>
AuthorDate: Sat Apr 16 01:39:13 2022 +0800
[CI] Change python cp35-cp35m lib build version from manylinux2014 to
manylinux1 (#15180)
---
pulsar-client-cpp/docker/python-versions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar-client-cpp/docker/python-versions.sh
b/pulsar-client-cpp/docker/python-versions.sh
index a264ee179c0..246eae914a3 100644
--- a/pulsar-client-cpp/docker/python-versions.sh
+++ b/pulsar-client-cpp/docker/python-versions.sh
@@ -20,7 +20,7 @@
PYTHON_VERSIONS=(
'2.7 cp27-cp27mu manylinux1 x86_64'
'2.7 cp27-cp27m manylinux1 x86_64'
- '3.5 cp35-cp35m manylinux2014 x86_64'
+ '3.5 cp35-cp35m manylinux1 x86_64'
'3.6 cp36-cp36m manylinux2014 x86_64'
'3.7 cp37-cp37m manylinux2014 x86_64'
'3.8 cp38-cp38 manylinux2014 x86_64'