Skip to content

Commit

Permalink
drop manylinux_i686 support
Browse files Browse the repository at this point in the history
  • Loading branch information
louisabraham committed Nov 4, 2023
1 parent e56549c commit 3380296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build Wheels
env:
CIBW_BEFORE_BUILD: pip install -U pip
CIBW_SKIP: pp* *-musllinux_*
CIBW_SKIP: pp* *-musllinux_* *-manylinux_i686
CIBW_BUILD_VERBOSITY: 1
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3


import os
import platform
from distutils.command.build import build as _build
Expand Down

0 comments on commit 3380296

Please sign in to comment.