From 3409a8401982b4aa81342d3f5194cb7994ca5e14 Mon Sep 17 00:00:00 2001 From: Nishant Kashiv Date: Mon, 19 Sep 2022 14:46:50 -0600 Subject: [PATCH] Add ubuntu jammy as an option supporting python 3 --- packages/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/install.sh b/packages/install.sh index 3941dd5..9d7e42e 100755 --- a/packages/install.sh +++ b/packages/install.sh @@ -465,7 +465,7 @@ case "$os" in incr_step case "$codename" in - buster|bullseye|bionic|focal) + buster|bullseye|bionic|focal|jammy) check_python 3 python_supported=3 ;;