summaryrefslogtreecommitdiff
path: root/etc/pip/components/platform.req
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pip/components/platform.req')
-rw-r--r--etc/pip/components/platform.req4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pip/components/platform.req b/etc/pip/components/platform.req
index c5b73def69b..80bde56ed4f 100644
--- a/etc/pip/components/platform.req
+++ b/etc/pip/components/platform.req
@@ -1,3 +1,3 @@
# Platform-specific components
-pypiwin32==223; sys_platform == "win32" and python_version > "3"
-pywin32==225; sys_platform == "win32" and python_version > "3"
+pypiwin32>=223; sys_platform == "win32" and python_version > "3"
+pywin32>=225; sys_platform == "win32" and python_version > "3"