commit: 0b3b384e82dd7fa8c80a5252513610d19a5e546d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 15 02:09:17 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 15 02:58:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3b384e
dev-python/zstandard: Enable py3.14t
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zstandard/zstandard-0.25.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/zstandard/zstandard-0.25.0.ebuild
b/dev-python/zstandard/zstandard-0.25.0.ebuild
index af29b37637ba..425933e851a2 100644
--- a/dev-python/zstandard/zstandard-0.25.0.ebuild
+++ b/dev-python/zstandard/zstandard-0.25.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_14t pypy3_11 )
inherit distutils-r1
@@ -67,6 +67,7 @@ python_test() {
# check for bundled zstd version, fails on other system zstd
tests/test_module_attributes.py::TestModuleAttributes::test_version
)
+ local -x ZSTD_SLOW_TESTS=1
rm -rf zstandard || die
epytest