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 2022/04/15 16:04:34 UTC

[GitHub] [pulsar] merlimat opened a new issue, #15185: PIP-155: Drop support for Python2

merlimat opened a new issue, #15185:
URL: https://github.com/apache/pulsar/issues/15185

   ## Motivation
   
   Python 2.x has been deprecated for many years now and it was officially end-of-lifed 2.5 years ago (https://www.python.org/doc/sunset-python-2/). 
   
   We have well reached the point by which we need to drop Python 2.7 compatibility for Pulsar client and for Pulsar functions.
   
   ## Goal
   
   Support only Python 3.5+ for Pulsar client and for Pulsar functions.
   
   ## API Changes
   
   No changes at this time, though Pulsar Python client library will be now free to use Python3 specific syntaxes and libraries.
   
   ## Changes
   
   1. Switch the CI build to run Python client lib tests with Python3
   2. Switch integration tests to use Python3
   3. Stop building and distributing wheel files for Python 2.7
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] merlimat commented on issue #15185: PIP-155: Drop support for Python2

Posted by GitBox <gi...@apache.org>.
merlimat commented on issue #15185:
URL: https://github.com/apache/pulsar/issues/15185#issuecomment-1100237246

   Do you know where to find a list of feature/syntax that were change in 3.6 or 3.7? 
   As in: what could we be free to use if we didn't have to support Py 3.5 and 3.6?


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on issue #15185: PIP-155: Drop support for Python2

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #15185:
URL: https://github.com/apache/pulsar/issues/15185#issuecomment-1133500085

   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tisonkun closed issue #15185: PIP-155: Drop support for Python2

Posted by GitBox <gi...@apache.org>.
tisonkun closed issue #15185: PIP-155: Drop support for Python2
URL: https://github.com/apache/pulsar/issues/15185


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] dimaqq commented on issue #15185: PIP-155: Drop support for Python2

Posted by GitBox <gi...@apache.org>.
dimaqq commented on issue #15185:
URL: https://github.com/apache/pulsar/issues/15185#issuecomment-1241423523

   Poke


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] zbentley commented on issue #15185: PIP-155: Drop support for Python2

Posted by GitBox <gi...@apache.org>.
zbentley commented on issue #15185:
URL: https://github.com/apache/pulsar/issues/15185#issuecomment-1100439523

   Most details are here: https://docs.python.org/3/whatsnew/index.html


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on issue #15185: PIP-155: Drop support for Python2

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #15185:
URL: https://github.com/apache/pulsar/issues/15185#issuecomment-1159892139

   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] zbentley commented on issue #15185: PIP-155: Drop support for Python2

Posted by GitBox <gi...@apache.org>.
zbentley commented on issue #15185:
URL: https://github.com/apache/pulsar/issues/15185#issuecomment-1100235830

   Thoughts on minimum py3 version? 3.6+ and 3.7+ are common choices in the python ecosystem.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] merlimat commented on issue #15185: PIP-155: Drop support for Python2

Posted by GitBox <gi...@apache.org>.
merlimat commented on issue #15185:
URL: https://github.com/apache/pulsar/issues/15185#issuecomment-1100723792

   This is actually helpful: https://endoflife.date/python 
   
   3.6 has already reached end of life and here will be no more security updates. It does indeed make sense for us to stop supporting it too. 


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tisonkun commented on issue #15185: PIP-155: Drop support for Python2

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #15185:
URL: https://github.com/apache/pulsar/issues/15185#issuecomment-1340372566

   Closed as resolved. I don't find outstanding dependencies.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org