BewareMyPower edited a comment on pull request #9684: URL: https://github.com/apache/pulsar/pull/9684#issuecomment-784265376
@eolivelli Removing Python2 support is a task of [PIP 56](https://github.com/apache/pulsar/wiki/PIP-56:-Python3-Migration) and [issue 8622](https://github.com/apache/pulsar/pull/8622). Before the change of `pulsar-build` image, there were some attempts to remove Python2, like https://github.com/apache/pulsar/pull/8624, https://github.com/apache/pulsar/pull/9268 If it's not proper to do it in this PR, we need to find another way to fix the cpp/python tests. Then we cannot use Boost.Python for Python3 and should let CMake find Python2 instead of Python3. But eventually, we need to remove the Python2 related code and tests. So I just wanted to do it in this PR before. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
