Skip to content

Commit 8377c56

Browse files
authored
Merge branch 'master' into arm64-hosts
2 parents 47188d5 + d005d18 commit 8377c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ runs:
9696
if: ${{ inputs.setup-python == 'true' }}
9797
uses: actions/setup-python@v5
9898
with:
99-
python-version: '3.9.x - 3.12.x'
99+
python-version: '3.10.x - 3.12.x'
100100
# Workaround for https://codeberg.org/miurahr/pyppmd/issues/128
101101
architecture: ${{ runner.os == 'Windows' && runner.arch == 'ARM64' && 'x64' || '' }}
102102

0 commit comments

Comments
 (0)