commit: 7fc80fdf9f10205989807a5a0d121088d28ac803
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 31 03:19:19 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 31 03:37:34 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc80fdf
dev-python/pytest-localftpserver: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-localftpserver/pytest-localftpserver-1.5.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-python/pytest-localftpserver/pytest-localftpserver-1.5.0.ebuild
b/dev-python/pytest-localftpserver/pytest-localftpserver-1.5.0.ebuild
index 94fdb8e48212..d4af83130a59 100644
--- a/dev-python/pytest-localftpserver/pytest-localftpserver-1.5.0.ebuild
+++ b/dev-python/pytest-localftpserver/pytest-localftpserver-1.5.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi