From: Andreas Sturmlechner Date: Tue, 4 Feb 2020 21:54:57 +0000 (+0100) Subject: dev-python/wtforms: python3_8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8bf3ce1e1b8a6b99179b428b46255ca3234ed540;p=gentoo.git dev-python/wtforms: python3_8 Tests passed. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/wtforms/wtforms-2.2.1.ebuild b/dev-python/wtforms/wtforms-2.2.1.ebuild index 74ab98861301..aeb0c540d6e9 100644 --- a/dev-python/wtforms/wtforms-2.2.1.ebuild +++ b/dev-python/wtforms/wtforms-2.2.1.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) - +PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} ) inherit distutils-r1 MY_PN="WTForms"