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 83d6a11 commit 8aa2222Copy full SHA for 8aa2222
.github/workflows/dist.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/setup-python@v5
56
with:
57
cache: 'pip'
58
- python-version: 3.9
+ python-version: ${{ matrix.buildplat[0] == 'windows-11-arm' && 3.11 || 3.9 }}
59
cache-dependency-path: 'pyproject.toml'
60
allow-prereleases: true
61
0 commit comments