commit: 5acfcf28f835089293ff9d0035502dcda5e4995b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 19:01:28 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 19:06:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acfcf28
dev-python/furo: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/furo/furo-2025.12.19.ebuild | 2 +-
dev-python/furo/furo-2025.9.25.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/furo/furo-2025.12.19.ebuild
b/dev-python/furo/furo-2025.12.19.ebuild
index 877059b578e6..37e73a83a54a 100644
--- a/dev-python/furo/furo-2025.12.19.ebuild
+++ b/dev-python/furo/furo-2025.12.19.ebuild
@@ -8,7 +8,7 @@ EAPI=8
# everything from the Internet
DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
diff --git a/dev-python/furo/furo-2025.9.25.ebuild
b/dev-python/furo/furo-2025.9.25.ebuild
index 4517295fd7ba..5387a90d03e1 100644
--- a/dev-python/furo/furo-2025.9.25.ebuild
+++ b/dev-python/furo/furo-2025.9.25.ebuild
@@ -8,7 +8,7 @@ EAPI=8
# everything from the Internet
DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi