diff --git a/docs/reference/changelog.rst b/docs/reference/changelog.rst index 2c0d2801a..57ceedbf8 100644 --- a/docs/reference/changelog.rst +++ b/docs/reference/changelog.rst @@ -321,6 +321,12 @@ For a complete list of commits, check out the `2.0.0`_ release on GitHub. - Tox and packaging updates - Documentation updates +1.19.8 (2024-09-24) +------------------- + +- Replace requests-unixsocket with requests-unixsocket2 +- Bump minimum Python version to 3.8 (required for requests-unixsocket2) + 1.19.7 (2023-08-09) ------------------- diff --git a/tests/integration/lifecycle/test_chisel_lifecycle.py b/tests/integration/lifecycle/test_chisel_lifecycle.py index 3ff320aa5..04452e12c 100644 --- a/tests/integration/lifecycle/test_chisel_lifecycle.py +++ b/tests/integration/lifecycle/test_chisel_lifecycle.py @@ -28,7 +28,7 @@ IS_CI: bool = os.getenv("CI") == "true" # These are the Ubuntu versions that Chisel currently supports. -SUPPORTED_UBUNTU_VERSIONS = {"20.04", "22.04", "22.10"} +SUPPORTED_UBUNTU_VERSIONS = {"20.04", "22.04", "22.10", "24.04"} def _current_release_supported() -> bool: