commit: 2dc63d43143b6da20541971af8fe74ab150dcdc3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 18:37:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 18:37:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc63d43
dev-python/cffi: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/cffi/cffi-1.17.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cffi/cffi-1.17.1.ebuild
b/dev-python/cffi/cffi-1.17.1.ebuild
index 38c0a6f52714..b0724e385a48 100644
--- a/dev-python/cffi/cffi-1.17.1.ebuild
+++ b/dev-python/cffi/cffi-1.17.1.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
# DO NOT ADD pypy to PYTHON_COMPAT
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 toolchain-funcs pypi