Skip to content

Commit 928b340

Browse files
author
Robert McLay
committed
Trying python 3.14
1 parent 3b9e755 commit 928b340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
steps:
88
- name: Checkout code
99
uses: actions/checkout@v4
10-
- name: Set up Python 3.10
10+
- name: Set up Python 3.14
1111
uses: actions/setup-python@v5
1212
with:
13-
python-version: 3.10
13+
python-version: 3.14
1414
- name: install sphinx
1515
run: |
1616
cd docs

0 commit comments

Comments
 (0)