Description
I'm trying to install osqp 1.0.5 on free-threading Python 3.14t. As no binaries provided in pypi, it is automatically installed from the source.
However, there will be a link error when building:
LINK : fatal error LNK1104: cannot open file 'python314.lib'
Possible solution
I have checked that the library file is called "python3.14t.lib" on Windows for 3.14t. Probably, something needs to be fixed in a CMake file somewhere.