dev-python/wtforms: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 4 Feb 2020 21:54:57 +0000 (22:54 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Feb 2020 21:27:37 +0000 (22:27 +0100)
Tests passed.

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/wtforms/wtforms-2.2.1.ebuild

index 74ab988613013371ad00c6ce432bb62f4ea3baee..aeb0c540d6e938d8f7c468ee813a8c08a92f3fab 100644 (file)
@@ -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"