jegesh / python-sqs-listener

A simple wrapper for boto3 for listening, and sending, to an AWS SQS queue
Other
154 stars 72 forks source link

Dropping support for python2.7 #40

Closed hjpotter92 closed 4 years ago

hjpotter92 commented 4 years ago

With the version officially being dead, and type checks in python 3.6+, the project can make use of newer features.

jegesh commented 4 years ago

I prefer to continue to support legacy versions when possible