delfick / bespin

Opinionated wrapper around boto that reads yaml
MIT License
6 stars 8 forks source link

Added support for testing against Python 3.6 #47

Closed nathandines closed 7 years ago

nathandines commented 7 years ago

Seeing as AWS Lambda now supports Python 3.6, it would be a good step for the bespin test cases to support this.

delfick commented 7 years ago

I have nothing against this, probably should have done it sooner :)

I'll also add it to the tox.ini.

though running bespin in a lambda function would surely be annoying given that you'd have a lot of python dependencies to bundle up to put into the function......