From 83ad8a0d779ddbe6fe18bed82817d6b3605f477f Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 17 Oct 2020 16:22:01 -0500 Subject: [PATCH] dev-python/sphinx_celery: add py38 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode --- dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild index f4ed2462a8041..44b953238ab42 100644 --- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild +++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1