dev-python/sphinx-issues: Tested on py3.8

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-14 18:26:31 +02:00
parent 30e73a60e2
commit ebaef97a0a

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7})
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A Sphinx extension for linking to your project's issue tracker "