Skip to content

Commit 278c940

Browse files
authored
github: update Python from 3.9 to 3.13 (#3794)
3.9 is legacy / unsupported anymore. Some of our scripts already require 3.12.
1 parent db63bbe commit 278c940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup Python
6565
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6666
with:
67-
python-version: '3.9'
67+
python-version: '3.13'
6868

6969
- name: Install uv
7070
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3

0 commit comments

Comments
 (0)