commit:     399ad8619b1ed3da3aeca7881396a0452639cf97
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:37:58 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=399ad861

app-admin/webapp-config: Remove py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-admin/webapp-config/webapp-config-1.55-r4.ebuild | 2 +-
 app-admin/webapp-config/webapp-config-9999.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/webapp-config/webapp-config-1.55-r4.ebuild 
b/app-admin/webapp-config/webapp-config-1.55-r4.ebuild
index 45d80d8ada2f..00be8a4bb521 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r4.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
 
 inherit distutils-r1 prefix
 

diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild 
b/app-admin/webapp-config/webapp-config-9999.ebuild
index e026a4074167..dac1ae577889 100644
--- a/app-admin/webapp-config/webapp-config-9999.ebuild
+++ b/app-admin/webapp-config/webapp-config-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
 
 inherit distutils-r1 prefix
 

Reply via email to