From b1ef370012575d0b5ef3e94989c72edbf1e82da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 18:33:34 +0100 Subject: [PATCH] net-nntp/sabnzbd: Remove py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-nntp/sabnzbd/sabnzbd-4.5.3-r1.ebuild | 2 +- net-nntp/sabnzbd/sabnzbd-4.5.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-nntp/sabnzbd/sabnzbd-4.5.3-r1.ebuild b/net-nntp/sabnzbd/sabnzbd-4.5.3-r1.ebuild index 8ed34a9b26b1e..d14802226c8f5 100644 --- a/net-nntp/sabnzbd/sabnzbd-4.5.3-r1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-4.5.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) PYTHON_REQ_USE="sqlite" inherit optfeature python-single-r1 systemd diff --git a/net-nntp/sabnzbd/sabnzbd-4.5.5.ebuild b/net-nntp/sabnzbd/sabnzbd-4.5.5.ebuild index bc4e7331a62c4..62d5298d0cc25 100644 --- a/net-nntp/sabnzbd/sabnzbd-4.5.5.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-4.5.5.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) PYTHON_REQ_USE="sqlite" inherit optfeature python-single-r1 systemd