commit:     4d348073fa2eb7ebbcd108956508323bf208405a
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Nov  3 19:44:02 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  4 11:38:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d348073

dev-python/sshtunnel: enable py3.14

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44454
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/sshtunnel/sshtunnel-0.4.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/sshtunnel/sshtunnel-0.4.0-r1.ebuild 
b/dev-python/sshtunnel/sshtunnel-0.4.0-r1.ebuild
index 2a911f08e94f..0e65ad6d59a7 100644
--- a/dev-python/sshtunnel/sshtunnel-0.4.0-r1.ebuild
+++ b/dev-python/sshtunnel/sshtunnel-0.4.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 EPYTEST_XDIST=1
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Pure Python SSH tunnels"
@@ -28,6 +28,7 @@ PATCHES=(
        "${FILESDIR}"/sshtunnel-0.4.0-dont-deadlock-tests.patch
 )
 
+EPYTEST_PLUGINS=()
 distutils_enable_tests pytest
 
 EPYTEST_DESELECT=(

Reply via email to