From 3375436eb35befb7f394f6ad72c7e527a4223c74 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 7 Aug 2024 21:21:36 -0400 Subject: [PATCH] Remove Python 3.13 builds from the publishing job --- .github/workflows/publishing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 2c3f541b..eb12264e 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -61,7 +61,7 @@ jobs: matrix: os: [ubuntu-22.04, windows-2019, macos-11] env: - CIBW_SKIP: cp27-win* + CIBW_SKIP: cp27-* cp313-* steps: - uses: actions/checkout@v3 - name: Build wheels @@ -74,6 +74,8 @@ jobs: name: Build wheels (ubuntu-22.04-aarch64) needs: [tests, linters] runs-on: ubuntu-22.04 + env: + CIBW_SKIP: cp27-* cp313-* steps: - uses: actions/checkout@v3 - name: Set up QEMU