[ANN] pywin32 build 303 released
Mark Hammond <[email protected]> Mon, 20 Dec 2021 13:16:44 +1100
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <[email protected]> |
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 ([email protected]). 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)