Skip to content

Commit 0e72288

Browse files
committed
Upgrade to Python 3.11
1 parent d141f98 commit 0e72288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.9'
21+
python-version: '3.11'
2222
cache: 'pip'
2323
- name: Install Python dependencies
2424
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)