Skip to content

Commit ace36ba

Browse files
committed
Fix trailing comma in list
1 parent 8805402 commit ace36ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if ($null -eq (Get-Command py -ErrorAction SilentlyContinue))
4646
Exit 1
4747
}
4848

49-
$supportedPythonVersions = "3.13", "3.12", "3.11", "3.10",
49+
$supportedPythonVersions = "3.13", "3.12", "3.11", "3.10"
5050
if ("$env:INSTALL_PYTHON_VERSION" -ne "")
5151
{
5252
$pythonVersion = $env:INSTALL_PYTHON_VERSION

0 commit comments

Comments
 (0)