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

Add python 3.4 support #80

Merged
merged 1 commit into from
Jun 18, 2015
Merged

Add python 3.4 support #80

merged 1 commit into from
Jun 18, 2015

Conversation

Darune
Copy link
Contributor

@Darune Darune commented Apr 30, 2015

Support both python 2.7 and python 3.4

Fix #77

@@ -16,6 +13,22 @@
import json


if sys.version < '3':

Choose a reason for hiding this comment

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

Isn't it better to use sys.version_info < (3,)? (Not that Python 10 is on the horizon)

@salty-horse
Copy link

The classifiers in setup.py should be updated to list the supported Python 3 versions:

'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4'

@Darune
Copy link
Contributor Author

Darune commented May 4, 2015

Thank you salty horse, i've added your suggestions and push with --force flag to update this pull request

@ghost
Copy link

ghost commented May 11, 2015

Is this pull request stable? When is it planning to merge? Thanks.

@Darune
Copy link
Contributor Author

Darune commented May 15, 2015

This pull request is stable, however it doesn't solve #78 which i plan to solve later

@pquentin
Copy link

@ozgur any news on this? Can you please consider this pull request? This could pave the way to other pull requests to support the newer API versions.

ozgur added a commit that referenced this pull request Jun 18, 2015
@ozgur ozgur merged commit ddad2d0 into ozgur:master Jun 18, 2015
@ozgur
Copy link
Owner

ozgur commented Jun 18, 2015

💯

@pquentin
Copy link

👏

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.

python3 support
4 participants