From b6da52132a683769792b44758c04e7c4e01d8756 Mon Sep 17 00:00:00 2001 From: mayeut Date: Thu, 6 Feb 2025 08:11:35 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b4ffa2fd..f3989233a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,9 +34,9 @@ jobs: os: windows language: shell before_install: - - choco upgrade python3 -y --version 3.12.8 --limit-output --params "/InstallDir:C:\\Python3" + - choco upgrade python3 -y --version 3.12.8 --limit-output --params "/InstallDir:C:\\Python312" env: - - PYTHON=C:\\Python3\\python + - PYTHON=C:\\Python312\\python - name: Linux | s390x | Python 3.12 python: 3.12