Skip to content

python 2 compatibility #2777

Answered by nateprewitt
pgajdos asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pgajdos
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants