Skip to content

Commit 9a23dae

Browse files
committed
update Python version from 3.12 to 3.13 in GitHub Actions workflow
1 parent acff26a commit 9a23dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.12'
31+
python-version: '3.13'
3232

3333
- name: Only use `build` and `features`, if any, from devcontainer.json
3434
run: |

0 commit comments

Comments
 (0)