Hi all,
I'm happy to announce the release of pywin32 build 303. There are a small number of changes in this release, but maybe virtualenv will work better!

3.11 gets support, but no .exe installers for 32-bit 3.10+ due to Python dropping support for bdist_wininst.

Downloads are available at:

  https://github.com/mhammond/pywin32/releases/tag/b303

and via pypi.

For initial support (eg, to ask questions about the release etc), please contact this mailing-list (python-win32@python.org). If you want to report a bug, please do so at https://github.com/mhammond/pywin32/issues

As always, thanks to everyone who contributed to this release, both in terms of code and reporting bugs - there were a number of new contributors which is great to see,

Cheers,

Mark.

Changes:

Since build 302:
----------------
* Tweaks to how DLLs are loaded and our installation found, which should
  improve virtualenv support and version mismatch issues (#1787, #1794)

* Fixed a bug where `win32clipboard.GetClipboardData()` may have returned extra
  data.

* Binary installers for 32-bit 3.10+ are no longer released (#1805)
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to