Skip to content

Commit 9b103bd

Browse files
authored
Merge pull request #7 from multi-py/versions
update python version, python-setup version
2 parents 1cba6f3 + d692178 commit 9b103bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
using: "composite"
7171
steps:
7272

73-
- uses: "actions/setup-python@v4"
73+
- uses: "actions/setup-python@v5"
7474

7575
- name: Update Package Versions
7676
shell: bash
@@ -84,7 +84,7 @@ runs:
8484
shell: bash
8585
run: |
8686
if [ "${{inputs.update_python}}" == "true" ]; \
87-
then sed -i 's/python_versions:.*/python_versions: [\"3.8\", \"3.9\", \"3.10\", \"3.11\"] /' "${{ inputs.action_path }}"; \
87+
then sed -i 's/python_versions:.*/python_versions: [\"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\"] /' "${{ inputs.action_path }}"; \
8888
else echo "Skipping python version update"; fi
8989
9090
- name: "Install Jinja2"
@@ -104,7 +104,7 @@ runs:
104104
TEMPLATE_DIRECTORY: ${{ inputs.template_directory }}
105105
PACKAGE: ${{ inputs.package }}
106106
PROJECT_NAME: ${{ inputs.package }}
107-
PYTHON_VERSIONS: "3.7 3.8 3.9 3.10 3.11"
107+
PYTHON_VERSIONS: "3.8 3.9 3.10 3.11 3.12"
108108
MAX_VERSIONS: ${{ inputs.max_versions }}
109109
ORGANIZATION: ${{ inputs.organization }}
110110
REPOSITORY: ${{ inputs.repository }}

0 commit comments

Comments
 (0)