From 0b8af7aa52743ee0ac0faa801ec3acac47815027 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 9 Jun 2020 20:04:56 +0200 Subject: dev-python/nbformat: Port to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/nbformat/nbformat-5.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/nbformat') diff --git a/dev-python/nbformat/nbformat-5.0.7.ebuild b/dev-python/nbformat/nbformat-5.0.7.ebuild index 923167308a46..23f19a3586f7 100644 --- a/dev-python/nbformat/nbformat-5.0.7.ebuild +++ b/dev-python/nbformat/nbformat-5.0.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE='sqlite' inherit distutils-r1 -- cgit v1.2.3-65-gdbad