-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Python 3.5 regression #149
Comments
Hello, thanks for the report! Yes, that's correct, we only support 3.6 and above (currently testing on 3.6 and 3.7). We should probably make it more explicit on the |
That would be appreciated, as well as changing the python_requires field in setup.py. |
darribas
added a commit
to darribas/contextily
that referenced
this issue
May 14, 2020
Thanks! PR issued over at #150. Should be on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Importing contextily on Python 3.5 results in this syntax error due to the use of f-strings, which were introduced in Python 3.6.
The text was updated successfully, but these errors were encountered: