Skip to content

Commit 52d87a2

Browse files
authored
Update to Python version
Ubuntu latest no longer supports Python 3.7, which stops the documentation from building. Trying a newer version.
1 parent 27c6770 commit 52d87a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: '3.7'
18+
python-version: '3.10.6'
1919
architecture: 'x64'
2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)