This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new 4611bb3ac30 [fix][build] Update Python Wheel to 3.10 (#20728)
4611bb3ac30 is described below

commit 4611bb3ac300ceaeed5f9707c63b0e8924de7150
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Jul 6 06:47:17 2023 -0700

    [fix][build] Update Python Wheel to 3.10 (#20728)
---
 docker/pulsar/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/pulsar/pom.xml b/docker/pulsar/pom.xml
index 42b3c7bb87b..3aa38f8950f 100644
--- a/docker/pulsar/pom.xml
+++ b/docker/pulsar/pom.xml
@@ -74,8 +74,8 @@
                   
<workingDirectory>${project.basedir}/target</workingDirectory>
                   
<executable>${project.basedir}/../../pulsar-client-cpp/docker/build-wheels.sh</executable>
                   <arguments>
-                    <!-- build python 3.8 -->
-                    <argument>3.8 cp38-cp38 manylinux2014 x86_64</argument>
+                    <!-- build python 3.10 -->
+                    <argument>3.10 cp310-cp310 manylinux2014 x86_64</argument>
                   </arguments>
                 </configuration>
               </execution>

Reply via email to