You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/15 09:49:35 UTC

[GitHub] [pulsar] sarimak edited a comment on issue #13278: When will Python 3.10 be supported

sarimak edited a comment on issue #13278:
URL: https://github.com/apache/pulsar/issues/13278#issuecomment-994586366


   Since the build script is using PyPA's official base Docker image for manylinux wheels, it could be just a matter of changing the `PYTHON_VERSION="3.9"` and `PYTHON_SPEC="cp39-cp39"` to 3.10 (in the build script) and adding it to `PYTHON_VERSIONS` (both in build-wheels.sh and create-images.sh).
   
   Since the whole build happens inside the Docker container, there is no need to install C++ libraries on your physical workstation. The final step which is running the `auditwheel repair` failed for me (wrong commandline arguments I think) but I think it is not needed for the build itself.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org