Commits
Click on a commit to change the comparison rangebuild: exclude complexipy from Windows
complexipy (Rust-based) fails to compile on Windows with free-threaded
Python 3.14t due to missing python314.lib for Rust linking. Since linting
with complexipy runs on Ubuntu in the lint job, excluding it from Windows
test jobs has no coverage impact. chore: use Python 3.13 for development