commit: a94a389943a4a390db53a6c6242023369233ebfe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 16:56:46 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 17:51:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94a3899
dev-python/nbconvert: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nbconvert/nbconvert-7.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/nbconvert/nbconvert-7.9.2.ebuild
b/dev-python/nbconvert/nbconvert-7.9.2.ebuild
index c3ac4e5d1e50..e0161089c7f2 100644
--- a/dev-python/nbconvert/nbconvert-7.9.2.ebuild
+++ b/dev-python/nbconvert/nbconvert-7.9.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 multiprocessing pypi virtualx