Skip to content

Commit 323a045

Browse files
committed
Try 3.11 for the doc build instead of 3.13
1 parent 4f36613 commit 323a045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-documentation-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v6
1313
with:
14-
python-version: '3.13'
14+
python-version: '3.11'
1515
- name: Install dependencies and local packages
1616
run: python -m pip install .[docs]
1717
- name: Build HTML documentation with Sphinx

0 commit comments

Comments
 (0)