Skip to content

Commit 426695f

Browse files
committed
Retain Python version 3.11
since that is in Pipfile.
1 parent 3e54fc6 commit 426695f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.12'
24+
python-version: '3.11'
2525

2626
# install all dependencies (including pdoc)
2727
- run: pip install pipenv

0 commit comments

Comments
 (0)