Skip to content

PyWinpty release v1.1.6

Compare
Choose a tag to compare
@andfoy andfoy released this 15 Nov 19:46

Minor release that improves the support on arm64 (although not tested) and re-enables support for win32 builds, thanks to @nsait-linaro and @cgohlke. Also, some Rust dependencies were updated to their latest versions.

What's Changed

  • enable building pywinpty without winpty and debug code by @nsait-linaro in #198
  • Fix compile error C2664 on win32 by @cgohlke in #192
  • Update pyo3 requirement from 0.14.1 to 0.15.0 by @dependabot in #194
  • add support for arm64 compilation by @nsait-linaro in #199
  • Update windows requirement from 0.21.1 to 0.26.0 in /findlib by @dependabot in #196

New Contributors

  • @nsait-linaro made their first contribution in #198
  • @cgohlke made their first contribution in #192

Full Changelog: https://github.com/spyder-ide/pywinpty/blob/master/CHANGELOG.md#version-116-2021-11-15