]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
add windows arm64 build
authorFinn Womack <flan313@gmail.com>
Mon, 3 Feb 2025 19:22:56 +0000 (11:22 -0800)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2025 19:22:56 +0000 (11:22 -0800)
pyproject.toml

index 755fb8ab735b31f11c655553f1b397345878804e..70a66a3ca98f7e3f16064fcf05dcd02c213232a9 100644 (file)
@@ -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