8000 Update python-tests.ps1 · actions/python-versions@852aa61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 852aa61

Browse files
Update python-tests.ps1
1 parent 8038923 commit 852aa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python-tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ BeforeAll {
3333
return 1
3434
}
3535

36-
if (($module -eq "_tkinter") -and ($semver -ge [semver]"3.10") -and $Version.PreReleaseLabel) {
36+
if (($module -eq "_tkinter") -and ($semver -ge [semver]"3.8") -and $Version.PreReleaseLabel) {
3737
Write-Host "$module $Version ignored"
3838
} else {
3939
return 1

0 commit comments

Comments
 (0)
0