Huntarr: Downgrade Python to 3.12 (#9246)

This commit is contained in:
CanbiZ
2025-11-18 11:58:08 +01:00
committed by GitHub
parent a900ebdce5
commit 3279bc48b9
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ function update_script() {
exit exit
fi fi
setup_uv PYTHON_VERSION="3.12" setup_uv
if check_for_gh_release "huntarr" "plexguide/Huntarr.io"; then if check_for_gh_release "huntarr" "plexguide/Huntarr.io"; then
msg_info "Stopping Service" msg_info "Stopping Service"

View File

@@ -13,7 +13,7 @@ setting_up_container
network_check network_check
update_os update_os
setup_uv PYTHON_VERSION="3.12" setup_uv
fetch_and_deploy_gh_release "huntarr" "plexguide/Huntarr.io" fetch_and_deploy_gh_release "huntarr" "plexguide/Huntarr.io"
msg_info "Configure Huntarr" msg_info "Configure Huntarr"