Skip to content

Commit 8aa2222

Browse files
authored
install 3.11 for arm64 windows
1 parent 83d6a11 commit 8aa2222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/setup-python@v5
5656
with:
5757
cache: 'pip'
58-
python-version: 3.9
58+
python-version: ${{ matrix.buildplat[0] == 'windows-11-arm' && 3.11 || 3.9 }}
5959
cache-dependency-path: 'pyproject.toml'
6060
allow-prereleases: true
6161

0 commit comments

Comments
 (0)