From f8d3c24c7e73073098e4207f9975c798811a36b3 Mon Sep 17 00:00:00 2001 From: adtdev20 Date: Mon, 29 Dec 2025 12:24:46 -0800 Subject: [PATCH 1/2] Update python version to 3.13 --- plugins/PythonToolsInstaller/PythonToolsInstaller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/PythonToolsInstaller/PythonToolsInstaller.py b/plugins/PythonToolsInstaller/PythonToolsInstaller.py index da1f99f8..b2ea75e2 100644 --- a/plugins/PythonToolsInstaller/PythonToolsInstaller.py +++ b/plugins/PythonToolsInstaller/PythonToolsInstaller.py @@ -51,8 +51,8 @@ def get_download_py_stashapp_tools(PLUGIN_DIR): # venv/lib/python3.11/site-packages/stashapp_tools- - src = f"{used_dir}/venv/lib/python3.12/site-packages" - destination = shutil.copytree(src, org_packagedir,ignore_func,None,shutil.copy2,False,True) + src = f"{used_dir}/venv/lib/python3.13/site-packages" + destination = shutil.copytree(src, org_packagedir,ignore_func,None,shutil.copy2,False,True) fp = open(f'{used_dir}/copydo.txt', 'w+') fp.write("%s\n" % print(destination)) From 59ab2e7de89414cf314779cafa2b080ffbbabe7b Mon Sep 17 00:00:00 2001 From: adtdev20 Date: Mon, 29 Dec 2025 13:06:55 -0800 Subject: [PATCH 2/2] Updated version number in yml --- plugins/PythonToolsInstaller/PythonToolsInstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PythonToolsInstaller/PythonToolsInstaller.yml b/plugins/PythonToolsInstaller/PythonToolsInstaller.yml index f8e750ae..6378fe7d 100644 --- a/plugins/PythonToolsInstaller/PythonToolsInstaller.yml +++ b/plugins/PythonToolsInstaller/PythonToolsInstaller.yml @@ -1,6 +1,6 @@ name: "Python Tools Installer" description: Download stashapp-tools for DockerEnv -version: 0.1.2 +version: 0.1.3 url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/PythonToolsInstaller exec: - python