From 14243dbbc57e734eee3d1e489ffe149d05f4faef Mon Sep 17 00:00:00 2001 From: Agil Mammadov Date: Mon, 22 Jun 2026 18:07:51 +0400 Subject: [PATCH] app-text/nnote: disable py3.10, py3.11, py3.15 Signed-off-by: Agil Mammadov --- app-text/nnote/nnote-0.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/nnote/nnote-0.3.4.ebuild b/app-text/nnote/nnote-0.3.4.ebuild index 3ea4079c0e..355a8eb49b 100644 --- a/app-text/nnote/nnote-0.3.4.ebuild +++ b/app-text/nnote/nnote-0.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..15} ) +PYTHON_COMPAT=( python3_{12..14} ) DISTUTILS_USE_PEP517=uv-build PYPI_VERIFY_REPO="stiermid/nnote" inherit distutils-r1 pypi