summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-12 11:16:04 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-12 12:36:33 +0200
commit4bc365ced7cd3c15099cb2bb56da2242c66bdda6 (patch)
treeae7b00f59e802cc5af4b20c69078622ac9b5702e /dev-python/nbconvert
parentdev-python/nbclient: Enable py3.13 (diff)
downloadgentoo-4bc365ced7cd3c15099cb2bb56da2242c66bdda6.tar.gz
gentoo-4bc365ced7cd3c15099cb2bb56da2242c66bdda6.tar.bz2
gentoo-4bc365ced7cd3c15099cb2bb56da2242c66bdda6.zip
dev-python/nbconvert: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nbconvert')
-rw-r--r--dev-python/nbconvert/nbconvert-7.16.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nbconvert/nbconvert-7.16.4.ebuild b/dev-python/nbconvert/nbconvert-7.16.4.ebuild
index 5f2a9c069ee1..f77311345756 100644
--- a/dev-python/nbconvert/nbconvert-7.16.4.ebuild
+++ b/dev-python/nbconvert/nbconvert-7.16.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi virtualx