Merge pull request #87 from nkashiv/jammy-install-option

Add ubuntu jammy as an option supporting python 3
pull/88/head
Andrei Belov 2022-09-20 10:52:10 +04:00 committed by GitHub
commit e4e83af94e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ case "$os" in
incr_step incr_step
case "$codename" in case "$codename" in
buster|bullseye|bionic|focal) buster|bullseye|bionic|focal|jammy)
check_python 3 check_python 3
python_supported=3 python_supported=3
;; ;;