Skip to content

Commit

Permalink
compat: require pywin32-ctypes version 0.2.0 or higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones1 committed Sep 27, 2018
1 parent 8ff9f4b commit 1532d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/3763.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Require ``pywin32-ctypes`` version 0.2.0, the minimum version which supports Python 3.7.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# For Windows install PyWin32 if not already installed.
if sys.platform.startswith('win'):
REQUIREMENTS.append('pywin32-ctypes')
REQUIREMENTS.append('pywin32-ctypes >= 0.2.0')


# Create long description from README.rst and doc/CHANGES.rst.
Expand Down

0 comments on commit 1532d36

Please sign in to comment.