common/environment/setup/python.sh: update to Python 3.8.

This commit is contained in:
Leah Neukirchen 2019-10-16 16:42:15 +02:00
parent 1e5a5e32ac
commit 915fe2de9f
2 changed files with 6 additions and 12 deletions

View file

@ -10,8 +10,8 @@ py2_lib="/usr/lib/python${py2_ver}"
py2_sitelib="${py2_lib}/site-packages"
py2_inc="/usr/include/python${py2_ver}"
py3_ver="3.6"
py3_abiver="m"
py3_ver="3.8"
py3_abiver=""
py3_lib="/usr/lib/python${py3_ver}"
py3_sitelib="${py3_lib}/site-packages"
py3_inc="/usr/include/python${py3_ver}${py3_abiver}"