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 1f473e2 + 1e102db commit 3413c80Copy full SHA for 3413c80
1 file changed
build/action.yml
@@ -8,7 +8,7 @@ inputs:
8
python-version:
9
description: 'The version of Python to use in the CI'
10
required: true
11
- default: '3.11'
+ default: '3.12'
12
package-prefix:
13
description: |
14
The prefix (or name) of your package (if applicable) to use
@@ -34,7 +34,7 @@ runs:
34
awk -F '\/' '{ print tolower($2) }' |
35
tr '_' '-'
36
) >> $GITHUB_OUTPUT
37
- - name: Set up Python 3.11
+ - name: Set up Python 3.12
38
uses: actions/setup-python@v5
39
with:
40
python-version: ${{ inputs.python-version }}
0 commit comments