Bolton-and-Menk-GIS / restapi

Python API designed to work externally with ArcGIS REST Services to query and extract data, and view service properties. Uses arcpy for some functions if available, otherwise uses open source alternatives to interact with the ArcGIS REST API. Also includes a subpackage for administering ArcGIS Server Sites.
GNU General Public License v2.0
93 stars 31 forks source link

Add explicit support for Python 3.9, 3.10, 3.11 #52

Closed DeflateAwning closed 1 year ago

DeflateAwning commented 1 year ago

In the pypi page, it says your latest supported python version is 3.8. It'd be great if you could add official support for all later versions. https://pypi.org/project/bmi-arcgis-restapi/

philnagel commented 1 year ago

Thanks for letting us know. I'll be pushing that in a moment. Just a heads-up, we are using 3.9 currently so that is the only version this is reasonably tested with. Though I don't see any reason why there will be problems with the higher versions.