Skip to content

Commit cffb906

Browse files
authored
PYTHON-5520 Add windows arm64 wheel support (#2511)
1 parent 0d4c84e commit cffb906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- [ubuntu-latest, "manylinux_i686", "cp3*-manylinux_i686"]
4242
- [windows-2022, "win_amd6", "cp3*-win_amd64"]
4343
- [windows-2022, "win32", "cp3*-win32"]
44+
- [windows-11-arm, "win_arm64", "cp3*-win_arm64"]
4445
- [macos-14, "macos", "cp*-macosx_*"]
4546

4647
steps:
@@ -54,7 +55,7 @@ jobs:
5455
- uses: actions/setup-python@v5
5556
with:
5657
cache: 'pip'
57-
python-version: 3.9
58+
python-version: 3.11
5859
cache-dependency-path: 'pyproject.toml'
5960
allow-prereleases: true
6061

0 commit comments

Comments
 (0)