Skip to content

Commit

Permalink
Remove manylinux_i686 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xioTechnologies committed Jul 29, 2023
1 parent 1c2e0c0 commit a475804
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
target: # [ os, cibuildwheel-platform ]
- [ macos-latest, macosx_x86_64 ]
- [ macos-latest, macosx_arm64 ]
- [ ubuntu-latest, manylinux_i686 ]
- [ ubuntu-latest, manylinux_aarch64 ]
- [ ubuntu-latest, manylinux_x86_64 ]
- [ windows-latest, win_amd64 ]
Expand All @@ -37,7 +36,6 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -U urllib3 requests
python -m pip install twine
- if: matrix.target[0] == 'ubuntu-latest'
Expand All @@ -47,7 +45,7 @@ jobs:
platforms: all

- name: Build wheel
uses: pypa/cibuildwheel@v2.12.3
uses: pypa/cibuildwheel@v2.14.1
env:
CIBW_ARCHS: all
CIBW_BUILD: ${{ matrix.python-version }}${{ matrix.target[1] }}
Expand Down

0 comments on commit a475804

Please sign in to comment.