Skip to content

Commit

Permalink
setup: update justext and lxml dependencies (#593)
Browse files Browse the repository at this point in the history
* setup: update justext and lxml dependencies

* test lxml update

* add CI test

* restore setup clause
  • Loading branch information
adbar authored May 13, 2024
1 parent ef32fe7 commit 2f66f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
python-version: 3.7
- os: ubuntu-20.04
python-version: 3.8
- os: macos-13
python-version: 3.8
- os: macos-latest
python-version: "3.10"
- os: windows-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.12"
steps:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ def get_long_description():
"courlan >= 1.1.0",
"htmldate >= 1.8.1",
"importlib_metadata; python_version < '3.8'",
"justext >= 3.0.0",
"justext >= 3.0.1",
# see tests on Github Actions
"lxml == 4.9.2 ; platform_system == 'Darwin' and python_version <= '3.8'",
"lxml >= 4.9.4, < 5.2.0; platform_system != 'Darwin' or python_version > '3.8'",
"lxml >= 5.2.2 ; platform_system != 'Darwin' or python_version > '3.8'",
"urllib3 >= 1.26, < 2; python_version < '3.7'",
"urllib3 >= 1.26, < 3; python_version >= '3.7'",
],
Expand Down

0 comments on commit 2f66f1c

Please sign in to comment.