commit: 46a6493976400e397d980b59af7703da6b7be6dc Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 00:06:46 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 00:06:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46a64939
dev-python/notion-client: enable py3.12 Closes: https://bugs.gentoo.org/931389 Signed-off-by: Julien Roy <julien <AT> jroy.ca> 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
