We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd68222 commit f66fa3fCopy full SHA for f66fa3f
build_tools/cirrus/arm_wheel.yml
@@ -56,12 +56,16 @@ linux_arm64_wheel_task:
56
# See `maint_tools/update_tracking_issue.py` for details on the permissions the token requires.
57
BOT_GITHUB_TOKEN: ENCRYPTED[9b50205e2693f9e4ce9a3f0fcb897a259289062fda2f5a3b8aaa6c56d839e0854a15872f894a70fca337dd4787274e0f]
58
matrix:
59
+ # Only the latest Python version is tested
60
- env:
61
CIBW_BUILD: cp38-manylinux_aarch64
62
+ CIBW_TEST_SKIP: "*_aarch64"
63
64
CIBW_BUILD: cp39-manylinux_aarch64
65
66
67
CIBW_BUILD: cp310-manylinux_aarch64
68
69
70
CIBW_BUILD: cp311-manylinux_aarch64
71
0 commit comments