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
I have few questions about introducing manylinux210 to cibuildwheel.
Why manylinux2010 build both manylinux1 and manylinux2010 wheels (Why to do this if something can be compiled to manylinux1 then is no ned for manylix2010 ??)
What is some extensions need c++14 or c++17. The manylinux2010 container has proper compilers, but it may use some features not available for old images. (??)