diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-27 11:53:55 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-27 11:53:55 +0200 |
commit | cd856c6417ce4e6fb46d8eb161489d52712a4d96 (patch) | |
tree | 906bbea00a1dd5afcd21a8fb2562c79531d787e1 /dev-python/jupyter_console/jupyter_console-6.4.4.ebuild | |
parent | dev-python/ipyparallel: enable py3.11 (diff) | |
download | gentoo-cd856c6417ce4e6fb46d8eb161489d52712a4d96.tar.gz gentoo-cd856c6417ce4e6fb46d8eb161489d52712a4d96.tar.bz2 gentoo-cd856c6417ce4e6fb46d8eb161489d52712a4d96.zip |
dev-python/jupyter_console: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_console/jupyter_console-6.4.4.ebuild')
-rw-r--r-- | dev-python/jupyter_console/jupyter_console-6.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyter_console/jupyter_console-6.4.4.ebuild b/dev-python/jupyter_console/jupyter_console-6.4.4.ebuild index 60189a0dbf09..9700eb6a2ac7 100644 --- a/dev-python/jupyter_console/jupyter_console-6.4.4.ebuild +++ b/dev-python/jupyter_console/jupyter_console-6.4.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |