Skip to content

Commit 4f774e6

Browse files
committed
Setup Python 3.11 in workflows
Earlier versions don't have arm64 Windows binaries
1 parent 51cdf7a commit 4f774e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.9'
27+
python-version: '3.11'
2828

2929
- name: Legendary dependencies and build tools
3030
run: pip3 install --upgrade

0 commit comments

Comments
 (0)