commit: adcba7712e92f9f51e1d4b0527eb827229936ed2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 19:16:49 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 19:17:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adcba771
dev-python/rfc3161-client: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/rfc3161-client/rfc3161-client-1.0.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/rfc3161-client/rfc3161-client-1.0.1.ebuild
b/dev-python/rfc3161-client/rfc3161-client-1.0.1.ebuild
index de7f8cb7f2b8..8980f5a624c7 100644
--- a/dev-python/rfc3161-client/rfc3161-client-1.0.1.ebuild
+++ b/dev-python/rfc3161-client/rfc3161-client-1.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
CRATES="
[email protected]
@@ -115,5 +115,7 @@ python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest
+ # need this for (new) python versions not yet recognized by pyo3
+ local -x PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
cargo_src_test
}