eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 314 forks source link

Boto Compatibility for Cactus #98

Closed danielgtaylor closed 10 years ago

danielgtaylor commented 10 years ago

I am one of the maintainers of Boto. A few weeks ago we began to merge backward-compatible Python 3.3 and 3.4 support into our develop branch. Most modules now support Python 3 with passing unit and integration tests, and I am hoping to do a release soon. I am reaching out to you to ask if you would test our develop branch with Cactus.

Testing against Python 2.x will help to ensure that we don't accidentally break third party modules like Cactus. If you would like, you may also try out the Python 3 support and let us know any feedback. More information about the Python 3 support can be found in this boto-users post:

https://groups.google.com/forum/#!topic/boto-users/vcvoy8zrfP8

I appreciate any time that you can put into helping the Boto project with this.

This request is part of https://github.com/boto/boto/issues/2437

danielgtaylor commented 10 years ago

Support for Python 3 is now released in boto-2.32.0. Closing this issue.