Skip to content

Commit d9fd16a

Browse files
authored
Upgrade Python version from 3.10 to 3.11 in docs build
1 parent e5d7f07 commit d9fd16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ jobs:
8989
- uses: actions/checkout@v4
9090
- uses: actions/setup-python@v5
9191
with:
92-
python-version: '3.10'
92+
python-version: '3.11'
9393
- name: Install uv and set the python version
9494
uses: astral-sh/setup-uv@v6
9595
with:
96-
python-version: '3.10'
96+
python-version: '3.11'
9797
- name: Generate and Build Docs
9898
run: |
9999
uv sync --group docs

0 commit comments

Comments
 (0)