Merge pull request #1142 from andriiandrieiev/master

Fixed lxml build (Python 3.12 issue)
This commit is contained in:
Robert Göhler 2023-11-07 23:46:18 +01:00 committed by GitHub
commit ebde99a045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set Up Python - name: Set Up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: 3.x python-version: 3.11.x
- name: install lxml dependencies - name: install lxml dependencies
run: | run: |

View File

@ -3,6 +3,6 @@ Sphinx==4.5.0
sphinx-rtd-theme==1.0.0 sphinx-rtd-theme==1.0.0
sphinx-autobuild==2021.3.14 sphinx-autobuild==2021.3.14
sphinx-notfound-page==0.8 sphinx-notfound-page==0.8
lxml==4.8.0 lxml==4.9.1
myst-parser==0.17.1 myst-parser==0.17.1
sphinx-panels==0.6.0 sphinx-panels==0.6.0