commit: 65ca466c412e6459bf3b93838ce900753698e768
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 19 20:16:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 20:22:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ca466c
dev-python/nbsphinx: Remove py3.10 (per sphinx-8.2)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nbsphinx/nbsphinx-0.9.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/nbsphinx/nbsphinx-0.9.6.ebuild
b/dev-python/nbsphinx/nbsphinx-0.9.6.ebuild
index ddfc27499a14..fd726fc7318b 100644
--- a/dev-python/nbsphinx/nbsphinx-0.9.6.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.9.6.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi