Skip to content

Commit

Permalink
Don't pin to pywin32 227
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy committed Apr 20, 2022
1 parent a48a5a9 commit be20275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

extras_require = {
# win32 APIs if on Windows (required for npipe support)
':sys_platform == "win32"': 'pywin32==227',
':sys_platform == "win32"': 'pywin32>=227',

# If using docker-py over TLS, highly recommend this option is
# pip-installed or pinned.
Expand Down

0 comments on commit be20275

Please sign in to comment.