commit: 247f531385e00ee25def54f565de012aeb34e590
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:37:53 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:40:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247f5313
app-portage/elsw: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/elsw/elsw-1.0.1.ebuild | 2 +-
app-portage/elsw/elsw-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-portage/elsw/elsw-1.0.1.ebuild
b/app-portage/elsw/elsw-1.0.1.ebuild
index 60aedff8802d..dbf460d23374 100644
--- a/app-portage/elsw/elsw-1.0.1.ebuild
+++ b/app-portage/elsw/elsw-1.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
diff --git a/app-portage/elsw/elsw-9999.ebuild
b/app-portage/elsw/elsw-9999.ebuild
index 8979ed5fe4d6..03691b4cadba 100644
--- a/app-portage/elsw/elsw-9999.ebuild
+++ b/app-portage/elsw/elsw-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-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_{12..13} )
inherit distutils-r1