Skip to content

Commit f8d3c24

Browse files
committed
Update python version to 3.13
1 parent b470716 commit f8d3c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)