Skip to content

Commit fdc1749

Browse files
committed
Fix Python version for deploy workflow
1 parent 43dd2f2 commit fdc1749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.7
15+
python-version: 3.13
1616

1717
- name: Build and deploy
1818
run: |

0 commit comments

Comments
 (0)