summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-07-06 15:01:47 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-07-06 15:05:37 +0200
commitc414037c03339ff83e25161012bc18b78a40dc40 (patch)
treebc2b76924d56aecdbe38b9c3b8ca786b567e6301 /dev-python/jupyter_console
parentgames-board/gnuchess: Drop vulnerable (diff)
downloadgentoo-c414037c03339ff83e25161012bc18b78a40dc40.tar.gz
gentoo-c414037c03339ff83e25161012bc18b78a40dc40.tar.bz2
gentoo-c414037c03339ff83e25161012bc18b78a40dc40.zip
dev-python/jupyter_console: enable py3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_console')
-rw-r--r--dev-python/jupyter_console/jupyter_console-6.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild
index 5df21b45ca8a..d55074977c0e 100644
--- a/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1