Skip to content

Commit 8806743

Browse files
authored
Merge pull request #33 from makermelissa/main
Pin missed file to Python 3.11
2 parents d17acc0 + d9f3e77 commit 8806743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
python-version:
99
description: 'The version of Python to use in the CI'
1010
required: true
11-
default: '3.x'
11+
default: '3.11'
1212
package-prefix:
1313
description: |
1414
The prefix (or name) of your pacakge (if applicable) to use
@@ -27,7 +27,7 @@ runs:
2727
awk -F '\/' '{ print tolower($2) }' |
2828
tr '_' '-'
2929
) >> $GITHUB_OUTPUT
30-
- name: Set up Python 3.x
30+
- name: Set up Python 3.11
3131
uses: actions/setup-python@v4
3232
with:
3333
python-version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)