Skip to content

Commit 1a9a777

Browse files
authored
[PythonToolsInstaller] Update python version to 3.13 (#651)
1 parent b470716 commit 1a9a777

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/PythonToolsInstaller/PythonToolsInstaller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def get_download_py_stashapp_tools(PLUGIN_DIR):
5151

5252
# venv/lib/python3.11/site-packages/stashapp_tools-
5353

54-
src = f"{used_dir}/venv/lib/python3.12/site-packages"
55-
destination = shutil.copytree(src, org_packagedir,ignore_func,None,shutil.copy2,False,True)
54+
src = f"{used_dir}/venv/lib/python3.13/site-packages"
55+
destination = shutil.copytree(src, org_packagedir,ignore_func,None,shutil.copy2,False,True)
5656
fp = open(f'{used_dir}/copydo.txt', 'w+')
5757
fp.write("%s\n" % print(destination))
5858

plugins/PythonToolsInstaller/PythonToolsInstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Python Tools Installer"
22
description: Download stashapp-tools for DockerEnv
3-
version: 0.1.2
3+
version: 0.1.3
44
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/PythonToolsInstaller
55
exec:
66
- python

0 commit comments

Comments
 (0)