commit: 14493843fc05a92b63d1ef8476a68b6bc8b80bc8 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 00:07:51 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 00:07:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14493843
dev-python/notofonttools: enable py3.12 Closes: https://bugs.gentoo.org/931390 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/notofonttools/notofonttools-0.2.17-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/notofonttools/notofonttools-0.2.17-r1.ebuild b/dev-python/notofonttools/notofonttools-0.2.17-r1.ebuild index e58727749f..3c1fb54003 100644 --- a/dev-python/notofonttools/notofonttools-0.2.17-r1.ebuild +++ b/dev-python/notofonttools/notofonttools-0.2.17-r1.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} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature pypi
