Skip to content

Commit 30b6bde

Browse files
committed
Update Python version in workflow to 3.13
1 parent 8e4946a commit 30b6bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions/checkout@v2
2323

2424
# Install dependencies
25-
- name: Set up Python 3.9
25+
- name: Set up Python 3.13
2626
uses: actions/setup-python@v1
2727
with:
28-
python-version: 3.9
28+
python-version: 3.13
2929

3030
- name: Install dependencies
3131
run: |

0 commit comments

Comments
 (0)