Skip to content

Commit 53bc126

Browse files
authored
remove pywin32 to allow free-threading
it's already ok for pypy, so why not
1 parent ad6b4ae commit 53bc126

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ requires-python = ">=3.8"
1919
dependencies = [
2020
"platformdirs>=2.5",
2121
"traitlets>=5.3",
22-
"pywin32>=300 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'"
2322
]
2423
dynamic = ["version"]
2524

0 commit comments

Comments
 (0)