This is an automated email from the ASF dual-hosted git repository.

pgj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git


The following commit(s) were added to refs/heads/main by this push:
     new a691309  Bump Python to 3.11.6
a691309 is described below

commit a691309bd5fde6c4fcac847f72ef6a5438ccbeb6
Author: Gabor Pali <gabor.p...@ibm.com>
AuthorDate: Sun Nov 19 23:35:28 2023 +0100

    Bump Python to 3.11.6
---
 bin/install_dependencies.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/install_dependencies.ps1 b/bin/install_dependencies.ps1
index ef32cf3..9a05570 100644
--- a/bin/install_dependencies.ps1
+++ b/bin/install_dependencies.ps1
@@ -22,7 +22,7 @@ choco install visualstudio2022-workload-vctools 
--package-parameters "--add Micr
 choco install make nssm vswhere gnuwin32-coreutils.portable
 choco install wixtoolset --version=3.11.2
 choco install nodejs --version=18.18.2
-choco install python --version=3.10.8
+choco install python --version=3.11.6
 choco install archiver --version=3.1.0
 Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
 Install-Module VSSetup -Scope CurrentUser -Force

Reply via email to