Skip to content

Commit a2251b7

Browse files
committed
Update Python version to 3.13 in build workflow
1 parent 549fcf8 commit a2251b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: '3.11'
33+
python-version: '3.13'
3434

3535
- name: Setup virtual environment
3636
run: make venv

0 commit comments

Comments
 (0)