Skip to content

Commit 944237a

Browse files
committed
Bump to Python 3.11
This creates breathing room above SRComp's minimum supported version.
1 parent 73a4d19 commit 944237a

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
@@ -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.11'
2020
cache: pip
2121
cache-dependency-path: ${{ steps.copy-requirements.outputs.directory }}/**requirements.txt
2222

0 commit comments

Comments
 (0)