Skip to content

Commit cfb90df

Browse files
committed
Use python 3.12 in github actions
1 parent c0adb7b commit cfb90df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Set up Python 3.7
11+
- name: Set up Python 3.12
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.7
14+
python-version: 3.12
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)