-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/clientlifecycle/staletype/featureThe PR added a new feature or issue requested a new featureThe PR added a new feature or issue requested a new feature
Description
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?
Metadata
Metadata
Assignees
Labels
area/clientlifecycle/staletype/featureThe PR added a new feature or issue requested a new featureThe PR added a new feature or issue requested a new feature