summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-24 18:42:20 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-24 19:50:56 +0200
commit6c924a35a2077c2d1e76b69dc1c99c41261bd01e (patch)
treebaa6b2708a54f809878b69feab3a8ee5ada3f922 /dev-python/nbdime
parentdev-python/pymongo: Enable py3.12 (diff)
downloadgentoo-6c924a35a2077c2d1e76b69dc1c99c41261bd01e.tar.gz
gentoo-6c924a35a2077c2d1e76b69dc1c99c41261bd01e.tar.bz2
gentoo-6c924a35a2077c2d1e76b69dc1c99c41261bd01e.zip
dev-python/nbdime: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nbdime')
-rw-r--r--dev-python/nbdime/nbdime-3.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nbdime/nbdime-3.2.1.ebuild b/dev-python/nbdime/nbdime-3.2.1.ebuild
index d3262fba5332..4f4655f22ce1 100644
--- a/dev-python/nbdime/nbdime-3.2.1.ebuild
+++ b/dev-python/nbdime/nbdime-3.2.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi