Skip to content

Commit

Permalink
[chore] Add support for Tautulli 2.14.5 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Sep 21, 2024
1 parent a534c75 commit 4832439
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 2 additions & 1 deletion tautulli/API_VERSIONS.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"2.14.1",
"2.14.2",
"2.14.3",
"2.14.4"
"2.14.4",
"2.14.5"
]
11 changes: 6 additions & 5 deletions tautulli/PYTHON_VERSIONS.json
Original file line number Diff line number Diff line change
@@ -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"
]

0 comments on commit 4832439

Please sign in to comment.