From 4832439d81e4b54fff7f2a23a995eccb61b48d9a Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Sat, 21 Sep 2024 12:15:53 -0600 Subject: [PATCH] [chore] Add support for Tautulli 2.14.5 (#52) --- .github/workflows/tests.yml | 1 + tautulli/API_VERSIONS.json | 3 ++- tautulli/PYTHON_VERSIONS.json | 11 ++++++----- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b83c85..d99c2f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,7 @@ jobs: image: tautulli/tautulli:v${{ matrix.image_version }} ports: - 8001:8181 + continue-on-error: true # Continue running tests (some Docker images will fail to pull) steps: - name: Matrix => (${{ matrix.image_version }} ${{ matrix.python_version}}) run: | diff --git a/tautulli/API_VERSIONS.json b/tautulli/API_VERSIONS.json index aad324a..f366706 100644 --- a/tautulli/API_VERSIONS.json +++ b/tautulli/API_VERSIONS.json @@ -5,5 +5,6 @@ "2.14.1", "2.14.2", "2.14.3", - "2.14.4" + "2.14.4", + "2.14.5" ] diff --git a/tautulli/PYTHON_VERSIONS.json b/tautulli/PYTHON_VERSIONS.json index 1b62e1c..a34e7e9 100644 --- a/tautulli/PYTHON_VERSIONS.json +++ b/tautulli/PYTHON_VERSIONS.json @@ -1,7 +1,8 @@ [ -"3.8", -"3.9", -"3.10", -"3.11", -"3.12" + "3.8", + "3.9", + "3.10", + "3.11", + "3.12", + "3.13" ]