Skip to content

Commit

Permalink
Merge pull request #32 from dhalbert/pin-to-python-3.11
Browse files Browse the repository at this point in the history
pin Python to 3.11
  • Loading branch information
makermelissa committed Oct 29, 2023
2 parents 476e77f + fbb24d8 commit d17acc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release-gh/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
python-version:
description: 'The version of Python to use in the CI'
required: true
default: '3.x'
default: '3.11'
package-prefix:
description: |
The prefix (or name) of your pacakge (if applicable) to use
Expand All @@ -40,7 +40,7 @@ runs:
awk -F '\/' '{ print tolower($2) }' |
tr '_' '-'
) >> $GITHUB_OUTPUT
- name: Set up Python 3.x
- name: Set up requested Python version
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion release-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
python-version:
description: 'The version of Python to use in the CI'
required: true
default: '3.x'
default: '3.11'
runs:
using: "composite"
steps:
Expand Down

0 comments on commit d17acc0

Please sign in to comment.