This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new a8a907543f9 [CI] Change python cp35-cp35m lib build version from
manylinux2014 to manylinux1 (#15180)
a8a907543f9 is described below
commit a8a907543f933ebfbf8fa9ecaa976ef02800a531
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'