diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d5c4ab7..82c3614f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: diff --git a/setup.py b/setup.py index a9c20186..9bcaef43 100644 --- a/setup.py +++ b/setup.py @@ -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'", ],