Skip to content

Commit 1f58563

Browse files
committed
Bump python version in build and deploy workflow
1 parent 30985ab commit 1f58563

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.12'
3434

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

0 commit comments

Comments
 (0)