[python-win32] Re: Free-threaded (cp314t) wheels for pywin32 — any plans?

2026-09-10 Thread Mark Hammond
See https://github.com/mhammond/pywin32/#free-threaded-support for the answer to this. Mark On 11/9/2026 8:00 am, Wuping Xin wrote: Greetings, pywin32 312 publishes only cp314 wheels, with no cp314t variant, so the COM server cannot be registered against a free-threaded interpreter at

[python-win32] Free-threaded (cp314t) wheels for pywin32 — any plans?

2026-09-10 Thread Wuping Xin via python-win32
Greetings, pywin32 312 publishes only cp314 wheels, with no cp314t variant, so the COM server cannot be registered against a free-threaded interpreter at all. My questions: 1. Are free-threaded builds planned, and is there an issue I can follow? 2. Is the obstacle mainly build and CI work,