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

No Python 2.7 support due to dependancy multidict. #4

Closed
denis-trofimov opened this issue Sep 20, 2017 · 3 comments
Closed

No Python 2.7 support due to dependancy multidict. #4

denis-trofimov opened this issue Sep 20, 2017 · 3 comments

Comments

@denis-trofimov
Copy link

If interested, please see comment here. I can not pass installing further now.
aio-libs/multidict#4

@webknjaz
Copy link

This package itself uses Python3.5+ syntax, like https://github.com/vmagamedov/grpclib/blob/master/grpclib/client.py#L56.

It does not make sense for to pick dependencies supporting Python 2 (which is dieing, btw) ;)

It looks like @vmagamedov should add Trove classifier declaring supported python version + python_requires setuptools argument.

@vmagamedov
Copy link
Owner

Updated README.rst and setup.py files (as @webknjaz suggested) to note that at least Python 3.5 is required for using this library.

@denis-trofimov
Copy link
Author

Thank you, @webknjaz @vmagamedov.

It does not make sense for to pick dependencies supporting Python 2 (which is dieing, btw) ;)
@webknjaz grammar (which is dying, btw) ;)

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

No branches or pull requests

3 participants