shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
308 stars 198 forks source link

Python 3 compatibility #190

Closed josh-t-epic closed 4 years ago

josh-t-epic commented 5 years ago

This PR adds python 3 compatibility to the Shotgun Python API. Specifically, these changes remove support for python 2.6 and add support for python 3.6+.

Things to consider during review:

jfboismenu commented 4 years ago

We've released our official implementation a while back which preserves backwards compatibility with the previous versions of the API.