Skip to content

Commit b44e29f

Browse files
authored
ci(buildrelease): use Python 3.12 for building docs (#27)
1 parent c3b91f8 commit b44e29f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- uses: actions/setup-python@v6
8383
with:
84-
python-version: '3.x'
84+
python-version: '3.12'
8585

8686
- name: Install dependencies
8787
run: |

0 commit comments

Comments
 (0)