From 7a0de94d02c8eca03ddea1dec12d22db16b0c3b7 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:00:40 +0530 Subject: [PATCH] Update python-tests.ps1 --- tests/python-tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python-tests.ps1 b/tests/python-tests.ps1 index d130ab5..f60f8b5 100644 --- a/tests/python-tests.ps1 +++ b/tests/python-tests.ps1 @@ -33,7 +33,7 @@ BeforeAll { return 1 } - if (($module -eq "_tkinter") -and ($semver -ge [semver]"3.8") -and $Version.PreReleaseLabel) { + if (($module -eq "_tkinter") -and ($semver -ge [semver]"3.8")) { Write-Host "$module $Version ignored" } else { return 1