mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-05-02 16:37:15 -05:00
[PythonToolsInstaller] Update python version to 3.13 (#651)
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user