mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Drop support for Python 3.7
This commit is contained in:
parent
67842cfa02
commit
b133904b48
3 changed files with 3 additions and 3 deletions
2
start.sh
2
start.sh
|
@ -12,7 +12,7 @@ if [[ "$TAUTULLI_DOCKER" == "True" ]]; then
|
|||
echo "Running Tautulli using user tautulli (uid=$(id -u tautulli)) and group tautulli (gid=$(id -g tautulli))"
|
||||
exec gosu tautulli "$@"
|
||||
else
|
||||
python_versions=("python3" "python3.8" "python3.7" "python3.6" "python" "python2" "python2.7")
|
||||
python_versions=("python3.11" "python3.10" "python3.9" "python3.8" "python3" "python")
|
||||
for cmd in "${python_versions[@]}"; do
|
||||
if command -v "$cmd" >/dev/null; then
|
||||
echo "Starting Tautulli with $cmd."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue