Updates for Python 3 Support
This release updates Python detection to use FIND_STRATEGY VERSION
. This is needed due to mixing of
Python 2 and 3 in the same environment.
This is zero-diff to v3.27.0
From CHANGELOG.md
Changed
- Updated Python detection to use
FIND_STRATEGY VERSION
. This is needed due to mixing of
Python 2 and 3 in the same environment.
What's Changed
- Updates to support Python3 by @mathomp4 in #313
- GitFlow: Merge Develop into Main by @mathomp4 in #314
Full Changelog: v3.27.0...v3.28.0