Skip to content

Commit 7f6db55

Browse files
authored
Drop 3.9, add 3.14
1 parent 4066286 commit 7f6db55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
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.9\", \"3.10\", \"3.11\", \"3.12\", \"3.13\"] /' "${{ inputs.action_path }}"; \
87+
then sed -i 's/python_versions:.*/python_versions: [\"3.10\", \"3.11\", \"3.12\", \"3.13\", \"3.14\"] /' "${{ inputs.action_path }}"; \
8888
else echo "Skipping python version update"; fi
8989
9090
- name: "Install Jinja2"

0 commit comments

Comments
 (0)