Skip to content

Commit

Permalink
Merge pull request #613 from andy-maier/andy/fix-pywin32-ctypes-depen…
Browse files Browse the repository at this point in the history
…dencies

Fixed install error on Windows with Python 3.8+
  • Loading branch information
jaraco authored Dec 18, 2022
2 parents 7745164 + c948c7f commit 588a533
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v23.12.1
--------

* #612: Prevent installation of ``pywin32-ctypes 0.1.2`` with broken
``use2to3`` directive.

v23.12.0
--------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = find_namespace:
include_package_data = true
python_requires = >=3.7
install_requires =
pywin32-ctypes!=0.1.0,!=0.1.1; sys_platform=="win32"
pywin32-ctypes>=0.2.0; sys_platform=="win32"
SecretStorage>=3.2; sys_platform=="linux"
jeepney>=0.4.2; sys_platform=="linux"
importlib_metadata >= 4.11.4; python_version < "3.12"
Expand Down

0 comments on commit 588a533

Please sign in to comment.