Skip to content

Fix missing macOS wheels for regular Python 3.14+ - #318

Merged
seddonym merged 1 commit into
mainfrom
fix-macos-cp314-wheels
Sep 11, 2026
Merged

Fix missing macOS wheels for regular Python 3.14+#318
seddonym merged 1 commit into
mainfrom
fix-macos-cp314-wheels

Conversation

@seddonym

@seddonym seddonym commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

Co-installing the regular and free-threaded interpreters in the same setup-python step and relying on maturin build --find-interpreter causes the free-threaded interpreter to shadow the regular one on PATH on macOS (both install a python3.14 binary), so no regular cp314 wheel gets built. This is the same class of issue already fixed for Windows in ec5eca2; apply the same separate-steps fix to the macos job.

Fixes #317.

Co-installing the regular and free-threaded interpreters in the same
setup-python step and relying on `maturin build --find-interpreter`
causes the free-threaded interpreter to shadow the regular one on
PATH on macOS (both install a `python3.14` binary), so no regular
cp314 wheel gets built. This is the same class of issue already
fixed for Windows in ec5eca2; apply the same separate-steps fix to
the macos job.

Fixes #317.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The requested macOS build separation is implemented and no unresolved issues remain.

Pull request overview

Fixes missing regular macOS Python 3.14+ wheels by separating regular and free-threaded interpreter builds.

Changes:

  • Builds regular macOS wheels explicitly.
  • Builds free-threaded wheels separately.
  • Documents the fix in the changelog.
File summaries
File Summary
CHANGELOG.rst Documents the macOS wheel fix.
.github/workflows/release.yml Separates regular and free-threaded macOS wheel builds.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@seddonym
seddonym marked this pull request as ready for review September 11, 2026 10:28
@codspeed-hq

codspeed-hq Bot commented Sep 11, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 26 untouched benchmarks
⏩ 23 skipped benchmarks1


Comparing fix-macos-cp314-wheels (7324130) with main (286f0f5)

Open in CodSpeed

Footnotes

  1. 23 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@seddonym
seddonym merged commit 676e490 into main Sep 11, 2026
28 checks passed
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.

Versions 3.16/3.17 macOS wheels missing for CPython 3.14 (non-free-threaded)

2 participants