We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901a5c1 commit 731f06dCopy full SHA for 731f06d
.github/workflows/deploy-book.yml
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v2
15
16
# Install dependencies
17
- - name: Set up Python 3.8
+ - name: Set up Python 3.13.2
18
uses: actions/setup-python@v1
19
with:
20
- python-version: 3.8
+ python-version: 3.13.2
21
22
- name: Install dependencies
23
run: |
0 commit comments