Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require at least a version of boto with explicit py3 support #92

Merged
merged 1 commit into from
Apr 22, 2016

Conversation

ticosax
Copy link
Contributor

@ticosax ticosax commented Apr 22, 2016

No description provided.

@ticosax ticosax force-pushed the bump-boto branch 2 times, most recently from 278beeb to e833622 Compare April 22, 2016 08:14
@@ -134,6 +134,6 @@ def find_package_data(where=".", package="", exclude=standard_exclude,
long_description=LONG_DESCRIPTION,
platforms=['any'],
classifiers=CLASSIFIERS,
install_requires=['boto>=2.1.0'],
install_requires=['boto>=2.31.0'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was trying to figure out what boto version begins support for python 3... do you have a link handy?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I compared metadata on pypi:

https://pypi.python.org/pypi/boto/2.30.0
https://pypi.python.org/pypi/boto/2.31.0

2.31.0 is the first one to claim supporting py3

@pcraciunoiu pcraciunoiu merged commit 6fd6e05 into django-ses:master Apr 22, 2016
@ticosax ticosax deleted the bump-boto branch April 22, 2016 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants