Skip to content

MNT build clean wheel#224

Merged
MatthewSZhang merged 8 commits into
scikit-learn-contrib:mainfrom
MatthewSZhang:meson-wheel
Jan 20, 2026
Merged

MNT build clean wheel#224
MatthewSZhang merged 8 commits into
scikit-learn-contrib:mainfrom
MatthewSZhang:meson-wheel

Conversation

@MatthewSZhang
Copy link
Copy Markdown
Collaborator

@MatthewSZhang MatthewSZhang commented Jan 19, 2026

Checklist

  • Used a personal fork to propose changes
  • A reference to a related issue: MNT exclude .pyx files in wheel #223
  • A description of the changes:
    • Exclude .pyx files in wheels, see ref
    • Split build env from default, see discussion
    • Drop python 3.9 support to use meson-python 0.19.0 wheel.exclude section
    • Add strict lowest deps test

@MatthewSZhang MatthewSZhang self-assigned this Jan 19, 2026
@MatthewSZhang MatthewSZhang added bug Something isn't working Cython meson labels Jan 19, 2026
@MatthewSZhang MatthewSZhang linked an issue Jan 19, 2026 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c40e633) to head (6fb7c55).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #224   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          853       858    +5     
=========================================
+ Hits           853       858    +5     

☔ 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.

@MatthewSZhang MatthewSZhang merged commit e5a916e into scikit-learn-contrib:main Jan 20, 2026
21 checks passed
@MatthewSZhang MatthewSZhang deleted the meson-wheel branch January 20, 2026 07:03
github-actions Bot added a commit that referenced this pull request Jan 20, 2026
- Exclude .pyx files in wheels
- Split build env from default
- Drop python 3.9 support to use meson-python 0.19.0 wheel.exclude section
- Add strict lowest deps test e5a916e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Cython meson

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MNT exclude .pyx files in wheel

1 participant