python 2 compatibility #2777
-
I would like to clarify whether you still want to support python 2. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @pgajdos, the short answer is we do not support Python 2 as stated in the README and trove classifiers. botocore doesn't depended on six as an external dependency either. We vendor a copy which we intend to keep in place for the time being. This is because we've exposed some of it through our |
Beta Was this translation helpful? Give feedback.
-
Thank you for clarification. |
Beta Was this translation helpful? Give feedback.
Hi @pgajdos, the short answer is we do not support Python 2 as stated in the README and trove classifiers.
botocore doesn't depended on six as an external dependency either. We vendor a copy which we intend to keep in place for the time being. This is because we've exposed some of it through our
compat
module which users have used in their own projects. Removing it now is likely to cause unnecessary breakages.