Skip to content

Commit 4336463

Browse files
authored
Update mkdocs.yml
1 parent 74d2346 commit 4336463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Python 3.8
14+
- name: Set up Python 3.11
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.8
17+
python-version: 3.11
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)