Skip to content

Commit 68b848c

Browse files
authored
fix: allow more compatible pywin32 versions (#40)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent af4bfa1 commit 68b848c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build = "build.py"
4848
[tool.poetry.dependencies]
4949
python = "^3.9"
5050
tabulate = ">=0.9.0,<1.0.0"
51-
pywin32 = { version = "^306", markers = "sys_platform == 'win32'" }
51+
pywin32 = { version = ">=305", markers = "sys_platform == 'win32'" }
5252

5353
[tool.poetry.group.dev.dependencies]
5454
pytest = "^7.4.2"

0 commit comments

Comments
 (0)