From d595ef490773bb110fe48d79208ca828f79f7ff8 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 27 Oct 2025 17:34:57 +0500 Subject: [PATCH] net-client/offpunk: enable py3.14 Signed-off-by: Anna (cybertailor) Vyalkova --- net-client/offpunk/offpunk-2.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-client/offpunk/offpunk-2.7.1.ebuild b/net-client/offpunk/offpunk-2.7.1.ebuild index 022be26200..e3e87d5d76 100644 --- a/net-client/offpunk/offpunk-2.7.1.ebuild +++ b/net-client/offpunk/offpunk-2.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 optfeature