We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73f55e commit 14c6c7cCopy full SHA for 14c6c7c
.github/workflows/python-package.yml
@@ -21,9 +21,8 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
- name: Install build environment
23
run: |
24
- sudo apt-get install -y libxml2-dev libxslt1-dev python3-dev
25
python -m pip install --upgrade pip
26
python -m pip install tox setuptools pytest pytest-cov codecov
27
- name: Build and test with tox.
28
29
- tox -vv -e flake8
+ tox
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
32
dependencies = [
33
"requests>=2.32.2,<3.0.0",
34
- "lxml>=4.9.3,<5.0.0",
+ "lxml>=5.2.1,<6.0.0",
35
]
36
37
[project.urls]
0 commit comments