This diff updates the docs to reflect the transition to Python3. Included a new Version Compatibility page for vSDK -> Delphix Engine and vSDK -> Python version mapping. Other changes are mostly updating links and replacing pkgutil.get_data with Python 3's importlib.resources.read_text, as well as some other small updates.
Also had to update the actions for testing on Python 2.7 as it seems macos-latest has now reached a version that doesn't support Python 2.7 at all. Set this subset of tests to run on macos-10.15.
Also replaced references to Jas Sumal with Ryan Fowler as Jas left Delphix awhile back.
This diff updates the docs to reflect the transition to Python3. Included a new Version Compatibility page for vSDK -> Delphix Engine and vSDK -> Python version mapping. Other changes are mostly updating links and replacing
pkgutil.get_data
with Python 3'simportlib.resources.read_text
, as well as some other small updates.Also had to update the actions for testing on Python 2.7 as it seems
macos-latest
has now reached a version that doesn't support Python 2.7 at all. Set this subset of tests to run on macos-10.15.Also replaced references to Jas Sumal with Ryan Fowler as Jas left Delphix awhile back.