commit:     f1fb9f8ee1581cea0568ac1ec1286b39e2443fd6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  2 19:08:39 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar  2 19:31:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1fb9f8e

net-misc/nyx: Enable pypy3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r7.ebuild b/net-misc/nyx/nyx-2.1.0-r7.ebuild
index c980ee277f0c..cf0e401dfb61 100644
--- a/net-misc/nyx/nyx-2.1.0-r7.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 pypy3_11 )
 PYTHON_REQ_USE='ncurses,sqlite(-)'
 DISTUTILS_USE_PEP517=setuptools
 

Reply via email to