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