Skip to content

Commit e7beee2

Browse files
committed
Run docs workflow on Python 3.12
1 parent 5d7cc73 commit e7beee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
3636
uses: actions/setup-python@v5
3737
with:
38-
python-version: '3.11'
38+
python-version: "3.12"
3939
architecture: x64
4040
- name: Install sphinx dependencies
4141
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}

0 commit comments

Comments
 (0)