Skip to content

Commit 3413c80

Browse files
authored
Merge pull request #38 from FoamyGuy/build_use_py312
use python 3.12 in build action
2 parents 1f473e2 + 1e102db commit 3413c80

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.11'
11+
default: '3.12'
1212
package-prefix:
1313
description: |
1414
The prefix (or name) of your package (if applicable) to use
@@ -34,7 +34,7 @@ runs:
3434
awk -F '\/' '{ print tolower($2) }' |
3535
tr '_' '-'
3636
) >> $GITHUB_OUTPUT
37-
- name: Set up Python 3.11
37+
- name: Set up Python 3.12
3838
uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)