Skip to content

Commit

Permalink
Upgrade pywin32 version constraint in setup.py
Browse files Browse the repository at this point in the history
Updated the pywin32 version constraint to match the newer version
specified in the project requirements.txt.

Signed-off-by: dorranh <dorran.howell@tweag.io>
  • Loading branch information
dorranh committed Dec 14, 2021
1 parent a48a5a9 commit 6e9bc12
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==301',

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

0 comments on commit 6e9bc12

Please sign in to comment.