Skip to content

Commit 4066286

Browse files
authored
update supported python versions
1 parent 9b103bd commit 4066286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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\", \"3.12\"] /' "${{ inputs.action_path }}"; \
87+
then sed -i 's/python_versions:.*/python_versions: [\"3.9\", \"3.10\", \"3.11\", \"3.12\", \"3.13\"] /' "${{ inputs.action_path }}"; \
8888
else echo "Skipping python version update"; fi
8989
9090
- name: "Install Jinja2"

0 commit comments

Comments
 (0)