We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4c84e commit cffb906Copy full SHA for cffb906
.github/workflows/dist.yml
@@ -41,6 +41,7 @@ jobs:
41
- [ubuntu-latest, "manylinux_i686", "cp3*-manylinux_i686"]
42
- [windows-2022, "win_amd6", "cp3*-win_amd64"]
43
- [windows-2022, "win32", "cp3*-win32"]
44
+ - [windows-11-arm, "win_arm64", "cp3*-win_arm64"]
45
- [macos-14, "macos", "cp*-macosx_*"]
46
47
steps:
@@ -54,7 +55,7 @@ jobs:
54
55
- uses: actions/setup-python@v5
56
with:
57
cache: 'pip'
- python-version: 3.9
58
+ python-version: 3.11
59
cache-dependency-path: 'pyproject.toml'
60
allow-prereleases: true
61
0 commit comments