fix:start to look at why build is failing #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Root cause of issue is manywheeels used to build is centos7 based. Thats gone eol so centos team moved the mirror to vault dns name. This solves the immediate issue need to look at whats happening in many linux land on this to see if longer term fix needed.
Still active manylinux they indeed fixed in pypa/manylinux#1628
but this drops python versions so likely using old for unnsupported python versions so given this uses cibuildwheel and that drives matrix need to now look at eol dates and restricting to supported as well