Use py 3.10 for docs

This commit is contained in:
Daniel A. Wozniak 2024-10-14 15:19:56 -07:00 committed by Daniel Wozniak
parent 1752967e5b
commit 9b93d464e3

View file

@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.10'
- name: Download Release Patch
if: ${{ startsWith(github.event.ref, 'refs/tags') == false }}