diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-05-01 10:35:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-05-01 10:35:33 +0100 |
commit | 12b8a4fa590c04574ae17ada81ae8f773106fa01 (patch) | |
tree | 7313ab137eb649f6d7bf9d249130eb02d381d87f /conf | |
parent | 910c95991e9814955959bb12baae74ea2846f10c (diff) |
enable python3.7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/make.conf/00-python.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf/00-python.conf b/conf/intel/portage/make.conf/00-python.conf index f90ac8b..de7259f 100644 --- a/conf/intel/portage/make.conf/00-python.conf +++ b/conf/intel/portage/make.conf/00-python.conf @@ -1,5 +1,5 @@ # This file has been automatically generated, do not edit. -USE_PYTHON="2.7 3.6" -PYTHON_TARGETS="python2_7 python3_6" +USE_PYTHON="2.7 3.6 3.7" +PYTHON_TARGETS="python2_7 python3_6 python3_7" PYTHON_SINGLE_TARGET="python3_6" |