Skip to content

Commit e60ab36

Browse files
committed
build.yml: Upgrade Python version from 3.11 to 3.13
1 parent a40c5d8 commit e60ab36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
17+
1518
- uses: actions/setup-python@v5
1619
with:
17-
python-version: '3.11'
20+
python-version: '3.13'
1821

1922
- uses: actions/cache@v4
2023
with:

0 commit comments

Comments
 (0)