Skip to content

Switch from manylinux2010 to manylinux2014

Leo P. Singer requested to merge leo-singer/lalsuite:wheel-manylinux2014 into master

Description

Add manylinux2014 wheels. See PEP 599.

It's important to retain manylinux1 because it is supported by fairly old versions of pip (since 8.1.0). However, manylinux2010 support in pip is fairly recent (since 19.0), so it should be fine to remove manylinux2010 while adding manylinux2014.

API Changes and Justification

None.

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.

Review Status

N/A

Edited by LALSuite Bot

Merge request reports