🌐 AI搜索 & 代理 主页
Skip to content

Broken support for Python 3.5 #449

@wdhorton

Description

@wdhorton

Environment details

googlemaps 4.7.0
Python 3.5 on Ubuntu

Steps to reproduce

Code example

import googlemaps

Stack trace

../dags/lib/utils.py:3: in <module>
   import googlemaps
../../../miniconda/envs/metropolis_airflow/lib/python3.5/site-packages/googlemaps/__init__.py:20: in <module>
   from googlemaps.client import Client
E     File "/home/circleci/miniconda/envs/metropolis_airflow/lib/python3.5/site-packages/googlemaps/client.py", line 180
E       self.queries_quota : int
E                          ^
E   SyntaxError: invalid syntax

I can see that this line was introduced recently in this PR: #448

Metadata

Metadata

Assignees

Labels

triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions