From: Michał Górny Date: Sun, 8 Mar 2020 13:29:11 +0000 (+0100) Subject: dev-python/sybil: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7932cae0e22b4cf5439b397579f50d968bfcae8;p=gentoo.git dev-python/sybil: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/sybil/sybil-1.2.0.ebuild b/dev-python/sybil/sybil-1.2.0.ebuild index a7c5878a24d6..07699278de28 100644 --- a/dev-python/sybil/sybil-1.2.0.ebuild +++ b/dev-python/sybil/sybil-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Automated testing for the examples in your documentation"