Skip to content

Commit a897e34

Browse files
authored
Use python 3.11 for all
cibuildwheel is going to start requiring 3.11+ from version 3 onwards so might as well use 3.11 for all and not just windows arm64
1 parent 838a8ac commit a897e34

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: ${{ matrix.buildplat[0] == 'windows-11-arm' && 3.11 || 3.9 }}
58+
python-version: 3.11
5959
cache-dependency-path: 'pyproject.toml'
6060
allow-prereleases: true
6161

0 commit comments

Comments
 (0)