googlemaps / google-maps-services-python

Python client library for Google Maps API Web Services
Apache License 2.0
4.56k stars 1.31k forks source link

Support for Python 3.11 / 3.12 #529

Open bverhoeve opened 4 months ago

bverhoeve commented 4 months ago

Thanks for stopping by to let us know something could be better!


PLEASE READ

If you have a support contract with Google, please create an issue in the support console. This will ensure a timely response.

Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform support resources page.

If your bug or feature request is not related to this particular library, please visit the Google Maps Platform issue trackers.

Check for answers on StackOverflow with the google-maps tag.


Is your feature request related to a problem? Please describe. There is mentioned support for Python as of 3.5 on pypi. In the nox tests, I've found support for Python 3.10. Considering that 3.11 and 3.12 have been available for some time and are available for most PaaS services in Google Cloud, I was wondering what the next steps are for Python 3.12 support.

Describe the solution you'd like Provide support for Python 3.11, 3.12.

Describe alternatives you've considered Running the library in 3.12 without waiting for official support.

Additional context