commit: bc97e3ca9b6363c182efbe0697fc5de64a7c9e81 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 00:02:09 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 00:02:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc97e3ca
dev-python/graphql-relay: enable py3.12 Bug: https://bugs.gentoo.org/921815 Closes: https://bugs.gentoo.org/931374 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/graphql-relay/graphql-relay-3.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/graphql-relay/graphql-relay-3.2.0.ebuild b/dev-python/graphql-relay/graphql-relay-3.2.0.ebuild index bae4e46346..01e14597f2 100644 --- a/dev-python/graphql-relay/graphql-relay-3.2.0.ebuild +++ b/dev-python/graphql-relay/graphql-relay-3.2.0.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=poetry PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi
