commit: 99e7296335ba95ddd8e0228df00e51f3422dc62f Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 19:23:46 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 19:23:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99e72963
dev-python/zopfli: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931446 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/zopfli/zopfli-0.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/zopfli/zopfli-0.2.2.ebuild b/dev-python/zopfli/zopfli-0.2.2.ebuild index 98369b6927..b27a0dab33 100644 --- a/dev-python/zopfli/zopfli-0.2.2.ebuild +++ b/dev-python/zopfli/zopfli-0.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-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..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 inherit distutils-r1 pypi
