Add ubuntu jammy as an option supporting python 3

pull/87/head
Nishant Kashiv 2022-09-19 14:46:50 -06:00
parent 4aaf5330b4
commit 3409a84019
1 changed files with 1 additions and 1 deletions

View File

@ -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
;;