build docs with python 3.12 (#1401)

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
This commit is contained in:
jasquat 2024-04-15 16:23:17 +00:00 committed by GitHub
parent a0be1541be
commit fd11e627f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.1.0
with:
python-version: 3.11
python-version: 3.12
- name: Pip Install
run: |
pip install -r requirements.txt

View File

@ -1,6 +1,6 @@
alabaster==0.7.16
appdirs==1.4.4
astroid==2.15.5
astroid==3.1.0
attrs==23.2.0
Babel==2.14.0
beautifulsoup4==4.12.3