From e49abaa8ae7ea76c74b5272a0d45c73da46cd8ba Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sun, 19 Apr 2020 13:48:37 +0200 Subject: [PATCH] dev-python/jsonxs: add py3.7 + py3.8 support. Bug: https://bugs.gentoo.org/718162 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrice Clement --- dev-python/jsonxs/jsonxs-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonxs/jsonxs-0.6.ebuild b/dev-python/jsonxs/jsonxs-0.6.ebuild index 9064117d1c47..5100c9b4734b 100644 --- a/dev-python/jsonxs/jsonxs-0.6.ebuild +++ b/dev-python/jsonxs/jsonxs-0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 -- 2.26.2