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 c9ee6c7 commit 5f4ca1eCopy full SHA for 5f4ca1e
action.yml
@@ -82,7 +82,7 @@ runs:
82
83
- name: Update Python Versions
84
shell: bash
85
- run: "[[ \"${{inputs.update_python}}\" == \"true\" ]] && sed -i 's/python_versions:.*/python_versions: [\"3.7\", \"3.8\", \"3.9\", \"3.10\"] /' \"${{ inputs.action_path }}\""
+ run: "[[ \"${{inputs.update_python}}\" == \"true\" ]] && sed -i 's/python_versions:.*/python_versions: [\"3.7\", \"3.8\", \"3.9\", \"3.10\", \"3.11\"] /' \"${{ inputs.action_path }}\""
86
87
- name: "Install Jinja2"
88
0 commit comments