summaryrefslogtreecommitdiff
path: root/dev-python/cffi
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-05-11 19:05:08 +0100
committerSam James <sam@gentoo.org>2025-05-11 19:35:12 +0100
commitab8149494a6946342d193efade405537a9d12fb7 (patch)
treeb15881631d82cd68c2370ee4774e8cf7a065a820 /dev-python/cffi
parent6f3d9713bf19d74a84351aceb03a9a361625667c (diff)
downloadgentoo-ab8149494a6946342d193efade405537a9d12fb7.tar.gz
gentoo-ab8149494a6946342d193efade405537a9d12fb7.tar.bz2
gentoo-ab8149494a6946342d193efade405537a9d12fb7.zip
dev-python/cffi: enable py3.14
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/cffi')
-rw-r--r--dev-python/cffi/cffi-1.17.1.ebuild4
1 files 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