Use Python 3.9 to publish API documentation

This commit is contained in:
grossmj 2025-01-08 00:03:18 +07:00
parent 7c0384a8d4
commit 54c0b383cb
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -18,7 +18,7 @@ jobs:
ref: "gh-pages"
- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9
- name: Merge changes from 3.0 branch
run: |
git config user.name github-actions