Skip to content

Commit 1f3525c

Browse files
committed
Fix py312 ci
1 parent 1337513 commit 1f3525c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies = [
88
"typing_extensions>=3.10.0.0",
99
"pywin32>=305; platform_system == 'Windows' and platform_python_implementation == 'CPython'",
1010
"msgpack~=1.0.0; platform_system != 'Windows'",
11+
"setuptools >= 40.8",
1112
]
1213
requires-python = ">=3.7, <=4.0"
1314
license = { text = "LGPL v3" }

0 commit comments

Comments
 (0)