Skip to content

Commit b687b4e

Browse files
sukunisCarsten
authored andcommitted
Update book.yml
change python version to 3.9.21
1 parent c37b620 commit b687b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- uses: actions/checkout@v2
1616

1717
# Install dependencies
18-
- name: Set up Python 3.7
18+
- name: Set up Python
1919
uses: actions/setup-python@v1
2020
with:
21-
python-version: 3.7
21+
python-version: 3.9.21
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)