From 46a6493976400e397d980b59af7703da6b7be6dc Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 13 May 2024 20:06:46 -0400 Subject: [PATCH] dev-python/notion-client: enable py3.12 Closes: https://bugs.gentoo.org/931389 Signed-off-by: Julien Roy --- dev-python/notion-client/notion-client-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/notion-client/notion-client-2.0.0.ebuild b/dev-python/notion-client/notion-client-2.0.0.ebuild index 3d67a71ba9..4b6a621676 100644 --- a/dev-python/notion-client/notion-client-2.0.0.ebuild +++ b/dev-python/notion-client/notion-client-2.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-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