Skip to content

Commit

Permalink
Merge pull request #128 from pjaselin/fix/release_yaml
Browse files Browse the repository at this point in the history
removing support for win32
  • Loading branch information
pjaselin committed Nov 19, 2023
2 parents 7b042db + a8b88ad commit f5451f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
env:
CIBW_SKIP: "cp36-* cp37-* pp* *-manylinux_i686 *_ppc64le *_s390x"
CIBW_SKIP: "cp36-* cp37-* pp* *-win32 *-manylinux_i686 *_ppc64le *_s390x"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f5451f5

Please sign in to comment.