From 14493843fc05a92b63d1ef8476a68b6bc8b80bc8 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 13 May 2024 20:07:51 -0400 Subject: [PATCH] dev-python/notofonttools: enable py3.12 Closes: https://bugs.gentoo.org/931390 Signed-off-by: Julien Roy --- 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