diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-08 14:29:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-08 15:25:59 +0100 |
commit | c7932cae0e22b4cf5439b397579f50d968bfcae8 (patch) | |
tree | 44e99334fa81005ce24f58058dd21fbd07be4377 /dev-python/sybil | |
parent | dev-python/pygments: Bump to 2.6.1 (diff) | |
download | gentoo-c7932cae0e22b4cf5439b397579f50d968bfcae8.tar.gz gentoo-c7932cae0e22b4cf5439b397579f50d968bfcae8.tar.bz2 gentoo-c7932cae0e22b4cf5439b397579f50d968bfcae8.zip |
dev-python/sybil: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sybil')
-rw-r--r-- | dev-python/sybil/sybil-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |