-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Description
Problem description
I recently updated to 2.7.0 tag (tried Master as well), and my CI pipeline through GitHub Actions has started failing only for Windows Python 3.13
LINK : fatal error LNK1104: cannot open file 'python313t.lib' [D:\a\SHARPlib\SHARPlib\build\cp313-cp313-win_amd64\src\nanobind\calc.vcxproj]
All other Windows builds (Python 3.10-3.12) work fine, and all MacOS and Linux builds (Python 3.10-3.13) work without fail. I found this discussion for a similar problem with Python 3.12, but I'm a bit confused because I am not making a debug build. In my pyproject.toml:
[tool.scikit-build]
cmake.version = ">=3.15"
cmake.build-type = "Release"
I get that this may not be an issue with the library itself, but this issue was not present as of just a few weeks ago, and I'm not sure how to fix it or why it's specific to Python 3.14.
Metadata
Metadata
Assignees
Labels
No labels