commit: ae7f74725a49aacd13a64210d64567497576cac0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 9 18:04:03 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 07:31:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7f7472
dev-python/jupyter_client: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyter_client/jupyter_client-6.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jupyter_client/jupyter_client-6.1.3.ebuild
b/dev-python/jupyter_client/jupyter_client-6.1.3.ebuild
index f637b4437ab..2bf01c589f1 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="threads(+)"
DISTUTILS_USE_SETUPTOOLS=rdepend