Skip to content

Commit 5a6e945

Browse files
authored
Merge pull request #2304 from GNS3/upgrade-python-api-doc
Upgrade to Python 3.8 for API doc publishing
2 parents 2c5a9ef + 86c0b90 commit 5a6e945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-api-documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: "gh-pages"
1919
- uses: actions/setup-python@v3
2020
with:
21-
python-version: 3.7
21+
python-version: 3.8
2222
- name: Merge changes from 3.0 branch
2323
run: |
2424
git config user.name github-actions

0 commit comments

Comments
 (0)