From 852aa61b4149eb224ae01942ae4b85ae670f7970 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:41:36 +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 9d80512..d130ab5 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.10") -and $Version.PreReleaseLabel) { + if (($module -eq "_tkinter") -and ($semver -ge [semver]"3.8") -and $Version.PreReleaseLabel) { Write-Host "$module $Version ignored" } else { return 1