From: Finn Womack Date: Mon, 3 Feb 2025 19:22:56 +0000 (-0800) Subject: add windows arm64 build X-Git-Tag: v6.5.0b1~25^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c6d94048ecc751d67a72717e9c73a5c4321862;p=thirdparty%2Ftornado.git add windows arm64 build --- diff --git a/pyproject.toml b/pyproject.toml index 755fb8ab..70a66a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,10 @@ archs = "x86_64 universal2" test-skip = "*_universal2:arm64" [tool.cibuildwheel.windows] +archs = "AMD64 x86 ARM64" # TODO: figure out what's going on with these occasional log messages. test-command = "python -m tornado.test --fail-if-logs=false" +test-skip = "*-win_arm64" [tool.cibuildwheel.linux] # Build wheels for the native platform (i.e. x86) as well as an emulated