commit: 21ea9897ae2ce721f6b0436fd5822d151e63a0e8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 17:55:25 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 17:55:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ea9897
dev-python/fasteners: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fasteners/fasteners-0.20.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fasteners/fasteners-0.20.ebuild
b/dev-python/fasteners/fasteners-0.20.ebuild
index 17b4e1572f46..8dad92c454e3 100644
--- a/dev-python/fasteners/fasteners-0.20.ebuild
+++ b/dev-python/fasteners/fasteners-0.20.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1