commit: 90834185092bddd2c16c6012fdd5dace648d1b0f Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 19:20:16 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 19:20:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90834185
dev-python/webpy: enable py3.12 Closes: https://bugs.gentoo.org/931441 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/webpy/webpy-0.62.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/webpy/webpy-0.62.ebuild b/dev-python/webpy/webpy-0.62.ebuild index d2e5a9ff19..598ab880af 100644 --- a/dev-python/webpy/webpy-0.62.ebuild +++ b/dev-python/webpy/webpy-0.62.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1
