commit: ab8149494a6946342d193efade405537a9d12fb7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 18:05:08 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 18:35:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab814949
dev-python/cffi: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/cffi/cffi-1.17.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/cffi/cffi-1.17.1.ebuild
b/dev-python/cffi/cffi-1.17.1.ebuild
index 2170e3c51938..38c0a6f52714 100644
--- a/dev-python/cffi/cffi-1.17.1.ebuild
+++ b/dev-python/cffi/cffi-1.17.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
@@ -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..13} )
+PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1 toolchain-funcs pypi