setup-ubuntu.sh: install python3.11 as well

In preparation of python update from 3.10 to 3.11.
This commit is contained in:
Henrik Grimler 2022-10-25 19:31:06 +02:00
parent 65b99b2f06
commit b3b83c6662
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 1 deletions

View File

@ -59,9 +59,10 @@ PACKAGES+=" xmltoman"
# Needed by python modules (e.g. asciinema) and some build systems.
PACKAGES+=" python3.9"
PACKAGES+=" python3.10"
PACKAGES+=" python3.11"
PACKAGES+=" python3-pip"
PACKAGES+=" python3-setuptools"
PACKAGES+=" python3.10-venv"
PACKAGES+=" python3.11-venv"
# Needed by package bc.
PACKAGES+=" ed"