From: Piotr Karbowski Date: Mon, 30 Dec 2019 21:04:04 +0000 (+0100) Subject: dev-python/testscenarios-0.5.0: python 3.8 support added. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ec62c12b57121e1371b8e2c83079ab51fc3967e4;p=gentoo.git dev-python/testscenarios-0.5.0: python 3.8 support added. Signed-off-by: Piotr Karbowski --- diff --git a/dev-python/testscenarios/testscenarios-0.5.0.ebuild b/dev-python/testscenarios/testscenarios-0.5.0.ebuild index 6a1e86af6505..0ee9f535a9bc 100644 --- a/dev-python/testscenarios/testscenarios-0.5.0.ebuild +++ b/dev-python/testscenarios/testscenarios-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1