Skip to content

Commit 731f06d

Browse files
committed
Bumping up the python version.
1 parent 901a5c1 commit 731f06d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-book.yml

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

1616
# Install dependencies
17-
- name: Set up Python 3.8
17+
- name: Set up Python 3.13.2
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.8
20+
python-version: 3.13.2
2121

2222
- name: Install dependencies
2323
run: |

0 commit comments

Comments
 (0)