Skip to content

Commit f36e64c

Browse files
fix(deps): update dependency python to 3.13
1 parent 98e2414 commit f36e64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-python@v5
1515
with:
16-
python-version: '3.11'
16+
python-version: '3.13'
1717

1818
- name: Setup
1919
run: make setup
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.11'
29+
python-version: '3.13'
3030

3131
- name: Setup
3232
run: make setup

0 commit comments

Comments
 (0)