Skip to content

Commit d17acc0

Browse files
authored
Merge pull request #32 from dhalbert/pin-to-python-3.11
pin Python to 3.11
2 parents 476e77f + fbb24d8 commit d17acc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release-gh/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
python-version:
1515
description: 'The version of Python to use in the CI'
1616
required: true
17-
default: '3.x'
17+
default: '3.11'
1818
package-prefix:
1919
description: |
2020
The prefix (or name) of your pacakge (if applicable) to use
@@ -40,7 +40,7 @@ runs:
4040
awk -F '\/' '{ print tolower($2) }' |
4141
tr '_' '-'
4242
) >> $GITHUB_OUTPUT
43-
- name: Set up Python 3.x
43+
- name: Set up requested Python version
4444
uses: actions/setup-python@v4
4545
with:
4646
python-version: ${{ inputs.python-version }}

release-pypi/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
python-version:
1515
description: 'The version of Python to use in the CI'
1616
required: true
17-
default: '3.x'
17+
default: '3.11'
1818
runs:
1919
using: "composite"
2020
steps:

0 commit comments

Comments
 (0)