Skip to content

Commit 710b7f4

Browse files
committed
update python version in ci
1 parent 77f77c3 commit 710b7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Python
99
uses: actions/setup-python@v2
1010
with:
11-
python-version: 3.14
11+
python-version: 3.13.1
1212
- name: Install dependencies
1313
run: pip install -vv starterkit-ci>=0.1.0
1414
- name: Build the website

0 commit comments

Comments
 (0)