Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new PEP 600 tagging for Python wheels #150

Merged
merged 3 commits into from
Jan 9, 2023
Merged

Conversation

s0l0ist
Copy link
Contributor

@s0l0ist s0l0ist commented Jan 9, 2023

Description

Previously, we built wheels using manylinux2014 which was causing compatibility issues on older OSes using different glibc versions. This PR addresses the compatibility issues by using the newer PEP 600 convention where manylinux_x_y represents the supported versions of glibc.

We update the CD workflow to publish from Ubuntu 20.04 to build the appropriate wheel with the new naming convention.

Affected Dependencies

  • Python and pip version support have changed to align with PEP 600 . python 3.8.10+, 3.9.5+, 3.10.0+ and pip >= 20.3.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

CI passes, tested changes on the test PyPi domain and installed on an Ubuntu 20.04 VM.

Checklist

@s0l0ist s0l0ist merged commit ea464f5 into master Jan 9, 2023
@delete-merged-branch delete-merged-branch bot deleted the nangelou-pep-600 branch January 9, 2023 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant