diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c8af1a4b..b60ee5a7 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -79,8 +79,13 @@ jobs: include: - os: ubuntu-latest container: ghcr.io/viennatools/vienna-builder:python + skip: "cp36-* cp37-* cp38-* cp39-*" + - os: windows-latest + skip: "cp36-* cp37-* cp38-* cp39-*" + - os: macos-latest + skip: "cp36-* cp37-* cp38-* cp39-* cp310-*" runs-on: ${{ matrix.os }} container: ${{ matrix.container }} @@ -120,7 +125,7 @@ jobs: - name: 🏗️ Build Wheels run: python -m cibuildwheel --output-dir wheelhouse env: - CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-*" + CIBW_SKIP: ${{ matrix.skip }} CIBW_ARCHS_WINDOWS: auto64 - name: 📦 Upload Artifact