Skip to content

Commit

Permalink
Fix: pywin32 for python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hadialqattan committed Nov 14, 2023
1 parent 129c02e commit 5f6834a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pytest-cov = "^4.0.0"
pytest-randomly = "^3.4.1"
oschmod = "^0.3.9"
hypothesmith = "^0.2.0"
pywin32 = [{version = ">=304", python = ">=3.7", platform="Windows"}, {version = "<306", python = "<3.7", platform="Windows"}]

# Pre-commit hooks related config.
[tool.pycln]
Expand Down

0 comments on commit 5f6834a

Please sign in to comment.