dev-python/sphinx-issues: Tested on py3.8
authorMichał Górny <mgorny@gentoo.org>
Thu, 14 May 2020 16:26:31 +0000 (18:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 14 May 2020 16:27:37 +0000 (18:27 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild

index ba8c216784ed1c614389c7df74447ddcb0b5a453..caea3beaf7005f44a2065ba49971ae43d12bc9c5 100644 (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 "