Use python 3.11 for building docs

This commit is contained in:
Daniel A. Wozniak 2024-10-14 15:05:29 -07:00 committed by Daniel Wozniak
parent 08e56a130a
commit 9e4a11aae2

View file

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