Skip to content

Drop wheels for old platforms #742

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

godlygeek
Copy link
Contributor

Switch from musllinux_1_1 wheels to musllinux_1_2, and switch from manylinux2010 to manylinux2014.

Previously, we built manylinux2010 wheels for Python 3.7 through 3.12, and manylinux2014 wheels for Python 3.11 through 3.13.

Stop producing the manylinux2010 wheels. For each of the versions that previously had only manylinux2010 wheels, instead build manylinux2014 wheels.

@codecov-commenter
Copy link

codecov-commenter commented Apr 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.84%. Comparing base (7f292b0) to head (b735ead).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #742      +/-   ##
==========================================
- Coverage   92.88%   92.84%   -0.04%     
==========================================
  Files          95       95              
  Lines       11686    11686              
  Branches      407      407              
==========================================
- Hits        10854    10850       -4     
- Misses        832      836       +4     
Flag Coverage Δ
cpp 92.84% <ø> (-0.04%) ⬇️
python_and_cython 92.84% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@godlygeek godlygeek force-pushed the drop_wheels_for_old_platforms branch 2 times, most recently from de4c587 to 19d7803 Compare April 7, 2025 04:12
@godlygeek godlygeek marked this pull request as ready for review May 20, 2025 04:25
godlygeek added 2 commits May 20, 2025 00:25
Previously, we built manylinux2010 wheels for Python 3.7 through 3.12,
and manylinux2014 wheels for Python 3.11 through 3.13.

Stop producing the manylinux2010 wheels. For each of the versions that
previously had only manylinux2010 wheels, instead build manylinux2014
wheels.

Signed-off-by: Matt Wozniski <[email protected]>
@godlygeek godlygeek force-pushed the drop_wheels_for_old_platforms branch from 19d7803 to b735ead Compare May 20, 2025 04:25
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.

2 participants