commit: 32cb22f84f2d65afbe314f2e4f59088826853eba
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 00:54:03 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 01:31:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cb22f8
app-portage/nattka: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/nattka/nattka-0.4.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/nattka/nattka-0.4.2.ebuild
b/app-portage/nattka/nattka-0.4.2.ebuild
index 95c0dff43d03..fb819256380b 100644
--- a/app-portage/nattka/nattka-0.4.2.ebuild
+++ b/app-portage/nattka/nattka-0.4.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1