Skip to content

Commit a6c6a43

Browse files
committed
Add ARM64 Windows wheels to be tested and published
This architecture may become more common in the future, I'd rather support it now just in case.
1 parent 76c3786 commit a6c6a43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
- os: "windows-latest"
113113
python-version: "3.10"
114114
architecture: "x86"
115+
- os: "windows-11-arm"
116+
python-version: "3.10"
117+
architecture: "arm64"
115118
fail-fast: false
116119

117120
steps:

0 commit comments

Comments
 (0)