From 162ff05d4c677877e863fe8ab80a5396f88b6108 Mon Sep 17 00:00:00 2001 From: matoro Date: Fri, 1 Mar 2019 15:13:42 -0500 Subject: app-admin/webapp-config: enable python3_7 All tests pass under python 3.7 per this build log: https://gist.github.com/matoro/1808592dcc9cf09f344a907c8a2fb1af Signed-off-by: matoro Signed-off-by: Anthony G. Basile --- app-admin/webapp-config/webapp-config-1.55-r1.ebuild | 4 ++-- app-admin/webapp-config/webapp-config-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-admin') diff --git a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild index be1d9c659f8b..c70dc1eac209 100644 --- a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1 prefix diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild index 08cda6204783..6ce237b3e82c 100644 --- a/app-admin/webapp-config/webapp-config-9999.ebuild +++ b/app-admin/webapp-config/webapp-config-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1 prefix -- cgit v1.2.3-65-gdbad