We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b103bd commit 4066286Copy full SHA for 4066286
action.yml
@@ -84,7 +84,7 @@ runs:
84
shell: bash
85
run: |
86
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 }}"; \
+ then sed -i 's/python_versions:.*/python_versions: [\"3.9\", \"3.10\", \"3.11\", \"3.12\", \"3.13\"] /' "${{ inputs.action_path }}"; \
88
else echo "Skipping python version update"; fi
89
90
- name: "Install Jinja2"
0 commit comments