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.
2 parents 47188d5 + d005d18 commit 8377c56Copy full SHA for 8377c56
action.yml
@@ -96,7 +96,7 @@ runs:
96
if: ${{ inputs.setup-python == 'true' }}
97
uses: actions/setup-python@v5
98
with:
99
- python-version: '3.9.x - 3.12.x'
+ python-version: '3.10.x - 3.12.x'
100
# Workaround for https://codeberg.org/miurahr/pyppmd/issues/128
101
architecture: ${{ runner.os == 'Windows' && runner.arch == 'ARM64' && 'x64' || '' }}
102
0 commit comments