From f563d75b9956a1cbe65414e79696666952618e89 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Thu, 18 Mar 2021 14:49:06 +0330 Subject: [PATCH] install: add python 3.9 --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index d0eca3eff..d9414cc0c 100755 --- a/install +++ b/install @@ -22,7 +22,7 @@ iconName=starcal3.png sourceDir="`dirname \"$myPath\"`" -PY_SUPPORTED=(3.8 3.7 3.6 3.5) +PY_SUPPORTED=(3.9 3.8 3.7 3.6 3.5) #"$sourceDir/scripts/assert_python3"