Skip to content

Commit c2be31c

Browse files
committed
Add python 3.14 to GH action with building docs
1 parent 83b43cb commit c2be31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3737
with:
38-
python-version: "3.13"
38+
python-version: "3.14"
3939
architecture: x64
4040
- name: Install sphinx dependencies
4141
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}

0 commit comments

Comments
 (0)