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 4066286 commit 7f6db55Copy full SHA for 7f6db55
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.9\", \"3.10\", \"3.11\", \"3.12\", \"3.13\"] /' "${{ inputs.action_path }}"; \
+ then sed -i 's/python_versions:.*/python_versions: [\"3.10\", \"3.11\", \"3.12\", \"3.13\", \"3.14\"] /' "${{ inputs.action_path }}"; \
88
else echo "Skipping python version update"; fi
89
90
- name: "Install Jinja2"
0 commit comments