Skip to content

Commit 34df81a

Browse files
committed
Add pywin32 wheel for both arm64 and amd64
1 parent 57af997 commit 34df81a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ dependency-metadata = [
7777
{ name = "types-PyAutoGUI", requires-dist = [] },
7878
]
7979
[tool.uv.sources]
80-
pywin32 = { path = "./scripts/pywin32-310.1-cp314-cp314-win_amd64.whl", marker = "python_version == '3.14'" }
80+
pywin32 = [
81+
{ path = "./scripts/pywin32-310.1-cp314-cp314-win_amd64.whl", marker = "python_version == '3.14' and platform_architecture != 'ARM64'" },
82+
{ path = "./scripts/pywin32-310.1-cp314-cp314-win_arm64.whl", marker = "python_version == '3.14' and platform_architecture == 'ARM64'" },
83+
]
8184
# pywin32 = { git = "https://github.com/mhammond/pywin32.git", marker = "python_version == '3.14'" }
8285
numpy = { index = "scientific-python-nightly-wheels" }
8386
[[tool.uv.index]]
1.46 KB
Binary file not shown.
8.37 MB
Binary file not shown.

0 commit comments

Comments
 (0)