We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
furl 3.6:
"furl/setup.py", line 37, in tests_require=[] if version_info[0:2] >= [2,7] else ['unittest2'],
TypeError: unorderable types: tuple() >= list()
The text was updated successfully, but these errors were encountered:
Merged with #27.
Sorry, something went wrong.
@kvesteri furl v0.4.0 now supports Python 3.
Awesome!
No branches or pull requests
furl 3.6:
"furl/setup.py", line 37, in
tests_require=[] if version_info[0:2] >= [2,7] else ['unittest2'],
TypeError: unorderable types: tuple() >= list()
The text was updated successfully, but these errors were encountered: