commit:     5122a7df520a4e3bf05ac05cebe4b2145871c5d5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 14 08:18:14 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 14 08:30:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5122a7df

dev-python/setuptools-rust: Enable py3.14

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild 
b/dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild
index 2967dcbdf606..b51a15fc82cb 100644
--- a/dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild
+++ b/dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 CARGO_OPTIONAL=yes
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3_11 pypy3 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
 
 CRATES="
        [email protected]
@@ -141,6 +141,8 @@ BDEPEND="
        )
 "
 
+export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
+
 src_unpack() {
        cargo_src_unpack
 }

Reply via email to