diff --git a/tests/python-tests.ps1 b/tests/python-tests.ps1 index 706a3b4..78b6337 100644 --- a/tests/python-tests.ps1 +++ b/tests/python-tests.ps1 @@ -27,7 +27,7 @@ BeforeAll { $module = $regexMatch.Groups[1].Value.Trim() Write-Host "Failed missing modules:" Write-Host $module - if ( ($module -eq "_tkinter") -and ( [semver]"$($Version.Major).$($Version.Minor)" -ge [semver]"3.10" -and $Version.PreReleaseLabel ) ) { + if ( ($module -eq "_tkinter") -and ( [semver]"$($Version.Major).$($Version.Minor)" -ge [semver]"3.8" -and $Version.PreReleaseLabel ) ) { Write-Host "$module $Version ignored" } else { return 1