Skip to content

Release v11

Compare
Choose a tag to compare
@manthey manthey released this 23 Apr 01:11
a77cbcc

Build

  • Moved to GitHub
  • Built for Python 2.7, 3.5, 3.6 in 32-bit and 64-bit variants
  • Built on appveyor using PyInstaller
  • Add CI tests for installing and importing pip libraries, testing multiprocessing.

Changes

  • Explicitly include six, pip, and setuptools
  • Update to the Python 2.7.14, 3.5.3, 3.6.4.
  • Update to pywin32 223, pip 10.0.1, psutil 5.4.5, setuptools 39.0.1, six 1.11.0
  • Improved version reporting (PR #9)
  • More of pywin32 is included thanks to PyInstaller