From 9f18544227bffe3e6f606f292d6dd6a0c8943a79 Mon Sep 17 00:00:00 2001 From: priya-kinthali Date: Mon, 14 Oct 2024 20:06:05 +0530 Subject: [PATCH] modifed message --- .github/workflows/test-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index d71c8215..e6503c1d 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -496,7 +496,7 @@ jobs: run: | $pythonVersion = (python --version) if ("$pythonVersion" -NotMatch "3.13"){ - Write-Host "The current version is $pythonVersion; expected version is 3.12" + Write-Host "The current version is $pythonVersion; expected version is 3.13" exit 1 } $pythonVersion