summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-27 11:45:21 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-27 11:48:11 +0200
commitb3b99da67d7b1bbfe357232f0fc1ce9dfd373497 (patch)
tree802541995413f19bbefcae6ad61d55e36ea0bcae /dev-python/ipywidgets
parentdev-python/ipython: enable py3.11 (diff)
downloadgentoo-b3b99da67d7b1bbfe357232f0fc1ce9dfd373497.tar.gz
gentoo-b3b99da67d7b1bbfe357232f0fc1ce9dfd373497.tar.bz2
gentoo-b3b99da67d7b1bbfe357232f0fc1ce9dfd373497.zip
dev-python/ipywidgets: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/ipywidgets')
-rw-r--r--dev-python/ipywidgets/ipywidgets-8.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipywidgets/ipywidgets-8.0.2.ebuild b/dev-python/ipywidgets/ipywidgets-8.0.2.ebuild
index ca322c731869..14485f406536 100644
--- a/dev-python/ipywidgets/ipywidgets-8.0.2.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-8.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1