mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 05:56:49 +00:00
Update python-tests.ps1
This commit is contained in:
@@ -33,7 +33,7 @@ BeforeAll {
|
|||||||
return 1
|
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"
|
Write-Host "$module $Version ignored"
|
||||||
} else {
|
} else {
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user