From 8492bffc7a1cc58793ea0f8364ce9d25dec110bc Mon Sep 17 00:00:00 2001 From: Charles Machalow Date: Wed, 2 Nov 2022 17:15:30 -0700 Subject: [PATCH] Update choco.py --- cappinstaller/choco.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cappinstaller/choco.py b/cappinstaller/choco.py index 2f0ae69..d198ccd 100644 --- a/cappinstaller/choco.py +++ b/cappinstaller/choco.py @@ -57,6 +57,7 @@ 'Python 3.8': 'python --version 3.8.0 --params "/InstallDir:C:/Python38"', 'Python 3.9': 'python --version 3.9.7 --params "/InstallDir:C:/Python39"', 'Python 3.10': 'python3 --version 3.10.7 --override --installarguments "/quiet Include_debug=1 Include_symbols=1 Include_dev=1 InstallAllUsers=1 Include_launcher=1 Include_test=1 InstallAllUsers=1 SimpleInstall=1 TargetDir=C:\Python310 PrependPath=0"', + 'Python 3.11': 'python3 --version 3.11.0 --override --installarguments "/quiet Include_debug=1 Include_symbols=1 Include_dev=1 InstallAllUsers=1 Include_launcher=1 Include_test=1 InstallAllUsers=1 SimpleInstall=1 TargetDir=C:\Python311 PrependPath=0"', 'Resource Hacker': 'reshack', 'ScreenToGif': 'screentogif', 'Skype': 'skype --version 7.41.0.10101',