This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch update-python-wheel
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/update-python-wheel by this
push:
new eb7d49843ad Update Python Wheel to 3.10
eb7d49843ad is described below
commit eb7d49843ad2a5cfb30adecb5547f2c66f00cead
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Jul 5 17:03:38 2023 -0700
Update Python Wheel to 3.10
---
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>