Skip to content

Commit c217503

Browse files
authored
Merge pull request #1 from lukegre/lukegre-patch-1
Update Python version in documentation workflow
2 parents b583742 + 4862415 commit c217503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.9'
26+
python-version: '3.12'
2727
cache: pip
2828

2929
- name: Install package with documentation dependencies

0 commit comments

Comments
 (0)