You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: do not compile time extension
cibuildwheel uses msvc to build on Windows, and msvc
does not support certain C features used in the time
extension. So I have to disable it for now.