michaeljmarshall opened a new pull request #14827:
URL: https://github.com/apache/pulsar/pull/14827
### Motivation
We currently have several dependencies on Python 2.7. There is no need to
build anything new for Python 2.7, as it has been deprecated for a while.
### Modifications
* Remove the defunct homebrew script (the real one lives upstream).
* Update comments to indicate supported python languages.
* Update the python client build so that it only releases clients for python
3.x.
### Verifying this change
I have manually run the scripts for these components to verify that the
tests pass.
### Does this pull request potentially affect one of the following parts:
Yes, this is a breaking change for the python 2.7 client. Given that python
2.7 is no longer supported, this is an acceptable breaking change.
### Documentation
- [x] `doc`
There are some minor doc updates as a part of this PR.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]