app-admin/webapp-config: Python 3.8 compatibility

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2020-04-18 13:45:59 -04:00
parent fb35cdbab2
commit 13982c5114
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python{3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1 prefix

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python{3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1 prefix