Remove Python 3.13 builds from the publishing job

This commit is contained in:
Roman Mogylatov 2024-08-07 21:21:36 -04:00
parent fec2b08210
commit 3375436eb3

View File

@ -61,7 +61,7 @@ jobs:
matrix: matrix:
os: [ubuntu-22.04, windows-2019, macos-11] os: [ubuntu-22.04, windows-2019, macos-11]
env: env:
CIBW_SKIP: cp27-win* CIBW_SKIP: cp27-* cp313-*
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build wheels - name: Build wheels
@ -74,6 +74,8 @@ jobs:
name: Build wheels (ubuntu-22.04-aarch64) name: Build wheels (ubuntu-22.04-aarch64)
needs: [tests, linters] needs: [tests, linters]
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
env:
CIBW_SKIP: cp27-* cp313-*
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up QEMU - name: Set up QEMU