From 06354c72de69e5a9418d63124197cedc6828d2f1 Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Thu, 14 Aug 2025 13:12:13 +0200 Subject: [PATCH 1/6] Update wheels.yml --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d2cbff3..af630f7 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -15,10 +15,10 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v3.1.3 env: # Build fails for PyPy - CIBW_SKIP: pp* cp313-* + CIBW_SKIP: pp* - uses: actions/upload-artifact@v4 with: From 2cf6b84c9587ad8abb390376cfcfc2da0d215c32 Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Thu, 14 Aug 2025 14:12:16 +0200 Subject: [PATCH 2/6] Update wheels.yml --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index af630f7..4f7124d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,8 +17,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v3.1.3 env: - # Build fails for PyPy - CIBW_SKIP: pp* + # Build fails for PyPy and py3.14 + CIBW_SKIP: pp* cp314-* - uses: actions/upload-artifact@v4 with: From d935de9ab353056b4750bda0e096dbed763c88fd Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Thu, 14 Aug 2025 14:47:32 +0200 Subject: [PATCH 3/6] Update wheels.yml --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4f7124d..f3562d3 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: # Build fails on windows currently - os: [ubuntu-latest, macos-13, macos-14] + os: [ubuntu-latest] steps: - uses: actions/checkout@v4 @@ -17,8 +17,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v3.1.3 env: - # Build fails for PyPy and py3.14 - CIBW_SKIP: pp* cp314-* + # Build fails for PyPy and py3.14t + CIBW_SKIP: pp* cp314t - uses: actions/upload-artifact@v4 with: From b7386413e2d82a28fb8b0c47eb54d5db0c411dc9 Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Thu, 14 Aug 2025 15:21:01 +0200 Subject: [PATCH 4/6] Update wheels.yml --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f3562d3..7e6ca9f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -18,7 +18,7 @@ jobs: uses: pypa/cibuildwheel@v3.1.3 env: # Build fails for PyPy and py3.14t - CIBW_SKIP: pp* cp314t + CIBW_SKIP: pp* cp314t* - uses: actions/upload-artifact@v4 with: From 9347431dee7da26877d23c3c2e6486435de0bc87 Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Thu, 14 Aug 2025 15:59:29 +0200 Subject: [PATCH 5/6] Update wheels.yml --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7e6ca9f..0f48c58 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: # Build fails on windows currently - os: [ubuntu-latest] + os: [ubuntu-latest, windows-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4 From 08281ec76313bc7a8e6a6c70c6841988484acabb Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Thu, 14 Aug 2025 16:08:07 +0200 Subject: [PATCH 6/6] Update wheels.yml --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 0f48c58..71a9563 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: # Build fails on windows currently - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4