Skip to content

Commit a76e346

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 73a4d19 commit a76e346

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.10'
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)