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

Switch from pypiwin32 to pywin32 #2469

Closed
wants to merge 2 commits into from

Conversation

mrginglymus
Copy link

Now that the supported versions of python are 2.7 and 3.5+, we can
switch to pywin32 (which as of 223 supports 2.7, 3.5, 3.6 and 3.7).

Arguably the lower bound is not required; it's merely included such that
for python 3+ the requirement remains the same as pypiwin32==223 was a
proxy for pywin32>=223.

Signed-off-by: Bill Collins bill@bill.works

Now that the supported versions of python are 2.7 and 3.5+, we can
switch to pywin32 (which as of 223 supports 2.7, 3.5, 3.6 and 3.7).

Arguably the lower bound is not required; it's merely included such that
for python 3+ the requirement remains the same as pypiwin32==223 was a
proxy for pywin32>=223.

Signed-off-by: Bill Collins <bill@bill.works>
Signed-off-by: Bill Collins <bill@bill.works>
@arossert
Copy link

Can this be merged to master? the pypiwin32 is deprecated and causing some issues if installed together with pywin32.

@charlesdarkwind
Copy link

Can this be merged? The issue might be preventing me from installing the moto package on my system getmoto/moto#2686

@mrginglymus
Copy link
Author

Fixed in #2593

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

3 participants