From ed368186bb0a02efcd27c02df6d13f809451b676 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 28 Apr 2025 15:08:37 +0200 Subject: [PATCH] chore: add win32_arm64 driver --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 6f9c7332d..ed46af1aa 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,12 @@ "platform": "win32", "zip_name": "win32_x64", }, + { + "wheel": "win_arm64.whl", + "machine": "arm64", + "platform": "win32", + "zip_name": "win32_arm64", + }, ] if len(sys.argv) == 2 and sys.argv[1] == "--list-wheels":