Skip to content

Commit

Permalink
Merge pull request #88 from djhoese/drop-32bit-wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Feb 23, 2023
2 parents 517dd16 + 7b47768 commit 82a3d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
CIBW_TEST_COMMAND: python {project}/selftest.py
CIBW_BEFORE_BUILD_LINUX: yum install -y freetype-devel
CIBW_SKIP: pp* *-musllinux* cp36-*
CIBW_SKIP: "cp36-* pp* *-win32 *-manylinux_i686 *-musllinux*"
CIBW_TEST_REQUIRES: numpy pillow pytest
CIBW_ARCHS_LINUX: auto aarch64
# disable finding unintended freetype installations
Expand Down

0 comments on commit 82a3d5a

Please sign in to comment.