update gentoo from python 3.6 to python 3.8

remove python2.7 as well

Change-Id: I5385c07c3b64850b366c20673f39b91d05300d90
Signed-off-by: Matthew Thode <mthode@mthode.org>
This commit is contained in:
Matthew Thode 2021-01-14 09:55:09 -06:00
parent f0bfc80e97
commit ee55ab4d9e
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ diskimages:
elements:
- gentoo
env-vars:
GENTOO_PYTHON_TARGETS: 'python2_7 python3_6'
GENTOO_PYTHON_ACTIVE_VERSION: python3.6
GENTOO_PYTHON_TARGETS: 'python3_8'
GENTOO_PYTHON_ACTIVE_VERSION: python3.8
GENTOO_PROFILE: 'default/linux/amd64/17.1/systemd'