commit: 5512d1a182ad8f11a33945e7d6926cd161f925ee
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 2 09:10:15 2025 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Apr 2 09:10:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5512d1a1
dev-python/sphinx-inline-tabs: enable py3.13 and disable py3.10
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
dev-python/sphinx-inline-tabs/sphinx-inline-tabs-2023.4.21.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-inline-tabs/sphinx-inline-tabs-2023.4.21.ebuild
b/dev-python/sphinx-inline-tabs/sphinx-inline-tabs-2023.4.21.ebuild
index dce5d786b7ce..9940ca77aed9 100644
--- a/dev-python/sphinx-inline-tabs/sphinx-inline-tabs-2023.4.21.ebuild
+++ b/dev-python/sphinx-inline-tabs/sphinx-inline-tabs-2023.4.21.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi