dev-python/flask-script: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 30 Nov 2019 12:17:45 +0000 (13:17 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Feb 2020 21:27:35 +0000 (22:27 +0100)
Tests passed.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/flask-script/flask-script-2.0.6.ebuild

index 7cfd156114f41843ce3bd5c1d7bc7e59ac2a28b2..654ba6eaacc440f403c67ee0ec7e58a3354eb549 100644 (file)
@@ -3,8 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 inherit distutils-r1
 
 MY_PN="Flask-Script"