Skip to content
Snippets Groups Projects
  • Ken Payson's avatar
    1efb6017
    Initial Python3 support · 1efb6017
    Ken Payson authored
    Notable Changes:
      -Convert all str types to byte types at cython layer (ascii encoding)
      -Use six for packages that have different names in Python2/Python3
      -By default, unit tests are compiled/run in Python2.7 and Python3.4
      -Ensure MACOSX_BUILD_TARGET is at least 10.7
    1efb6017
    History
    Initial Python3 support
    Ken Payson authored
    Notable Changes:
      -Convert all str types to byte types at cython layer (ascii encoding)
      -Use six for packages that have different names in Python2/Python3
      -By default, unit tests are compiled/run in Python2.7 and Python3.4
      -Ensure MACOSX_BUILD_TARGET is at least 10.7