# HG changeset patch # User Pierre-Yves David # Date 1731201073 -3600 # Node ID 084e7ae69ae43555775a2223a22f65babd3c4d14 # Parent 309f58964a9e7f454097b0dbbf23ac2400183585 wheel: build windows wheel for ARM64 too diff -r 309f58964a9e -r 084e7ae69ae4 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Wed Nov 13 21:17:46 2024 +0100 +++ b/contrib/heptapod-ci.yml Sun Nov 10 02:11:13 2024 +0100 @@ -340,6 +340,12 @@ CIBW_ARCHS: - "AMD64" - "x86" + - CIBW_BUILD: + - "cp311-*" + - "cp312-*" + - "cp313-*" + CIBW_ARCHS: + - "ARM64" .windows-runtests: