Skip to content

Commit c41c57d

Browse files
committed
Bump python to 3.11 in ci
1 parent 7f90f8e commit c41c57d

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.11
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.7
14+
python-version: 3.11
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade poetry

0 commit comments

Comments
 (0)