commit:     e06dc85f55e9e63e740b3c5c19d66b0a7dc5e5ff
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 18:12:16 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 15 18:46:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06dc85f

dev-python/libnacl: enable py3.14

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/libnacl/libnacl-2.1.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/libnacl/libnacl-2.1.0.ebuild 
b/dev-python/libnacl/libnacl-2.1.0.ebuild
index e553749af8a3..e51e69cfd4e5 100644
--- a/dev-python/libnacl/libnacl-2.1.0.ebuild
+++ b/dev-python/libnacl/libnacl-2.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1 pypi
 
@@ -29,6 +29,5 @@ BDEPEND="
 distutils_enable_tests unittest
 
 python_test() {
-       eunittest -p 'test_*.py' tests/ ||
-               die "Tests failed with ${EPYTHON}"
+       eunittest -p 'test_*.py' tests/
 }

Reply via email to