switch Gentoo's python to use python3.6

Change-Id: I5697f7c7567ec5e56ff0e8f04ea0d07e23ae0203
This commit is contained in:
Matthew Thode 2018-09-10 15:37:12 -05:00
parent 06891dd257
commit cc6d892565
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@ diskimages:
DIB_IMAGE_CACHE: /opt/dib_cache
QEMU_IMG_OPTIONS: compat=0.10
DIB_GRUB_TIMEOUT: '0'
GENTOO_PYTHON_TARGETS: 'python2_7 python3_5'
GENTOO_PYTHON_ACTIVE_VERSION: python3.5
GENTOO_PYTHON_TARGETS: 'python2_7 python3_6'
GENTOO_PYTHON_ACTIVE_VERSION: python3.6
GENTOO_PROFILE: 'default/linux/amd64/17.0/systemd'
GIT_HTTP_LOW_SPEED_TIME: '300'
GIT_HTTP_LOW_SPEED_LIMIT: '1000'