Skip to content

v0.8.0

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 06 May 19:48
0012073

Modules affected

  • executable-dependency [BACKWARD INCOMPATIBLE]
  • operating-system [BACKWARD INCOMPATIBLE]
  • prepare-pex-environment [BACKWARD INCOMPATIBLE]
  • require-executable [BACKWARD INCOMPATIBLE]
  • run-pex-as-data-source [BACKWARD INCOMPATIBLE]
  • run-pex-as-resource [BACKWARD INCOMPATIBLE]

Description

Support for python2 has been dropped. All modules that depend on python now require python 3, and calls out to python3 directly. Most users should not be impacted by this change, as almost all operating systems ship with python3 now.

Migration guide

If you are on a system where python3 is not available and you were relying on python, you will now need to install python3.

Related links