Skip to content

Commit 2fb9bac

Browse files
authored
Upgrade Python version from 3.10 to 3.12
1 parent 2b74ab7 commit 2fb9bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_deploy_doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
# Install dependencies
28-
- name: Set up Python 3.10
28+
- name: Set up Python 3.12
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.10'
31+
python-version: '3.12'
3232
cache: pip # Implicitly uses requirements.txt for cache key
3333

3434
- name: Install dependencies

0 commit comments

Comments
 (0)