commit: 0e462e8a00992ee833bf39b1fc7e91adfa3e89a4 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Wed May 15 00:34:24 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed May 15 00:44:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e462e8a
media-gfx/beeref: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931456 Signed-off-by: Julien Roy <julien <AT> jroy.ca> media-gfx/beeref/beeref-0.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/beeref/beeref-0.3.2.ebuild b/media-gfx/beeref/beeref-0.3.2.ebuild index 003b7cd62e..654ce2375d 100644 --- a/media-gfx/beeref/beeref-0.3.2.ebuild +++ b/media-gfx/beeref/beeref-0.3.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 desktop xdg
