Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed install error on Windows with Python 3.8+ #613

Merged
merged 2 commits into from Dec 18, 2022

Conversation

andy-maier
Copy link
Contributor

Fixes issue #612
For details, see the commit message.

@andy-maier andy-maier changed the title Fixed install error on Windows with Pyhton 3.8+ Fixed install error on Windows with Python 3.8+ Dec 11, 2022
Details:

* Fixed install error of keyring's dependency pywin32-ctypes on Windows with
  Python 3.8 and higher, which fails due to using the use_2to3 feature of
  setuptools, which has been removed in setuptools 58.0.0.
  Ths fix is to increase the requirements for pywin32-ctypes to >=0.2.0, which
  no longer uses the use_2to3 feature.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
@jaraco jaraco merged commit 588a533 into jaraco:main Dec 18, 2022
@jaraco
Copy link
Owner

jaraco commented Dec 18, 2022

Thanks. Releasing as v23.12.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants