fix: pin Python versions and fix release workflow#4
Merged
Conversation
--find-interpreter detected Python 3.14 on runners, which PyO3 0.23.5 does not support (max 3.13). Explicitly specify -i 3.10 3.11 3.12 3.13 to build wheels for supported versions only. This also fixes the aarch64 Docker container issue where Python auto-detection failed.
YuminosukeSato
added a commit
that referenced
this pull request
Mar 23, 2026
…-version fix: pin Python versions and fix release workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
macos-13→macos-latest: 廃止ランナーの置き換え--find-interpreter→-i 3.10 3.11 3.12 3.13: Python 3.14検出によるPyO3ビルドエラーの回避fail-fast: false: 1プラットフォーム失敗時の連鎖キャンセル防止根本原因
macos-13ランナーがGitHub Actionsで廃止済み--find-interpreterがランナー上のPython 3.14を検出し、PyO3 0.23.5(最大3.13)でビルド不可Test plan