Skip to content

Commit

Permalink
chore(merge): 1.19.8 into main (#944)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Lowe <[email protected]>
  • Loading branch information
mr-cal and lengau authored Dec 17, 2024
2 parents 5ca8226 + fb81aba commit 617aecb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/lifecycle/test_chisel_lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 617aecb

Please sign in to comment.