From dda9c24c759340551e2394127bf43f570d4a36ee Mon Sep 17 00:00:00 2001 From: voluntas Date: Tue, 6 Jan 2026 17:59:28 +0900 Subject: [PATCH] =?UTF-8?q?windows=20=E3=81=AE=20py314t=20=E4=BB=A5?= =?UTF-8?q?=E5=A4=96=E3=81=AF=E7=84=A1=E5=8A=B9=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wheel.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 0130722..af61d88 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -13,6 +13,7 @@ permissions: jobs: build_macos: + if: false strategy: matrix: platform: @@ -55,6 +56,7 @@ jobs: path: wheelhouse/*.whl build_ubuntu: + if: false strategy: fail-fast: false matrix: @@ -139,12 +141,12 @@ jobs: - name: windows-2025_x86_64 runs_on: windows-2025 python_version: - - "3.14" + # - "3.14" # Windows の Python 3.14t (free-threaded) は nanobind のビルドで # Py_GIL_DISABLED マクロが正しく検出されないため、現時点では非対応 - # - "3.14t" - - "3.13" - - "3.12" + - "3.14t" + # - "3.13" + # - "3.12" runs-on: ${{ matrix.platform.runs_on }} timeout-minutes: 30 steps: @@ -172,6 +174,7 @@ jobs: path: wheelhouse/*.whl test: + if: false needs: - build_macos - build_ubuntu