Skip to content

Commit 93f2a54

Browse files
committed
Bump Python version used for SRComp operations
This aims to increase the longevity of the action as SRComp brings up its minimum supported version.
1 parent 944237a commit 93f2a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.14'
2020
cache: pip
2121
cache-dependency-path: ${{ steps.copy-requirements.outputs.directory }}/**requirements.txt
2222

0 commit comments

Comments
 (0)