Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update book.yml
change python version to 3.9.21

(cherry picked from commit b687b4e)
  • Loading branch information
sukunis authored and Susanne Kunis committed May 23, 2025
commit 6ca31eea3381295859f8949a24bcb7b0b8ab9271
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v2

# Install dependencies
- name: Set up Python 3.7
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9.21

- name: Install dependencies
run: |
Expand Down