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 2020/11/19 05:08:53 UTC

[GitHub] [pulsar] BewareMyPower opened a new pull request #8624: Remove Python 2 support for Python client

BewareMyPower opened a new pull request #8624:
URL: https://github.com/apache/pulsar/pull/8624


   Master Issue: #8622 
   
   ### Motivation
   
   According to PIP 56, Python 2 should not be supported anymore. But the CMakeLists.txt still try to find include directory and library of Python 2.7 and the vagrant build script still build wheels for Python 2.
   
   ### Modifications
   
   - Remove Python 2.7 related find operations in CMakeLists.txt
   - Remove Python 2 wheels for OS X vagrant build
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   This change is a trivial rework / code cleanup without any test coverage.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] BewareMyPower closed pull request #8624: [WIP] Remove Python 2 support for Python client

Posted by GitBox <gi...@apache.org>.
BewareMyPower closed pull request #8624:
URL: https://github.com/apache/pulsar/pull/8624


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] BewareMyPower commented on pull request #8624: [WIP] Remove Python 2 support for Python client

Posted by GitBox <gi...@apache.org>.
BewareMyPower commented on pull request #8624:
URL: https://github.com/apache/pulsar/pull/8624#issuecomment-777255959


   I'll open a new PR to do this work in future.


----------------------------------------------------------------
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:
users@infra.apache.org