Migrate the python2.7 to python3.7 #8622
Labels
area/client
lifecycle/stale
type/feature
The PR added a new feature or issue requested a new feature
Motivation
PIP-56 proposed we should upgrade our python version in the Docker image, we did that in the PR #7963.
But I still find some python2.7 usage in the pulsar repository:
function module:
https://github.com/apache/pulsar/blob/master/pulsar-functions/scripts/python/generate.sh
cpp module:
https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/CMakeLists.txt#L175
https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/python/CMakeLists.txt#L40https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/python/pkg/osx/vagrant-build.sh#L38
Should we remove them as well?
The text was updated successfully, but these errors were encountered: