[PythonToolsInstaller] Update python version to 3.13 (#651)

This commit is contained in:
adtdev20
2025-12-29 13:13:43 -08:00
committed by GitHub
parent b4707162bd
commit 1a9a777132
2 changed files with 3 additions and 3 deletions

View File

@@ -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))

View File

@@ -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