commit: 70664084016343ef839954ad6ad6cfba9e265917 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat Apr 19 17:53:46 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Apr 19 18:28:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70664084
app-admin/webapp-config: enable py3.13 Closes: https://bugs.gentoo.org/952172 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> app-admin/webapp-config/webapp-config-1.55-r4.ebuild | 4 ++-- app-admin/webapp-config/webapp-config-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 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 67eff520eeb9..2b39f4ef8af2 100644 --- a/app-admin/webapp-config/webapp-config-1.55-r4.ebuild +++ b/app-admin/webapp-config/webapp-config-1.55-r4.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=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..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 b5396fa01620..e026a4074167 100644 --- a/app-admin/webapp-config/webapp-config-9999.ebuild +++ b/app-admin/webapp-config/webapp-config-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=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 prefix
