Skip to content

Commit 099ddd5

Browse files
author
John Doe
committed
Bump pinned pywin32 to 301
1 parent b47c397 commit 099ddd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
extras_require = {
1818
# win32 APIs if on Windows (required for npipe support)
19-
':sys_platform == "win32"': 'pywin32>=227',
19+
':sys_platform == "win32"': 'pywin32>=301',
2020

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

0 commit comments

Comments
 (0)