From 53bc126e6d7801f862867be048c96b29e14e5569 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 28 Sep 2025 18:13:38 +0200 Subject: [PATCH] remove pywin32 to allow free-threading it's already ok for pypy, so why not --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ba6fc0..ae8c200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ requires-python = ">=3.8" dependencies = [ "platformdirs>=2.5", "traitlets>=5.3", - "pywin32>=300 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'" ] dynamic = ["version"]