commit: e123d123728f94dff23324210484b531116ab50a Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 00:12:01 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 00:12:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e123d123
dev-python/msrest: enable py3.12 Closes: https://bugs.gentoo.org/931392 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/msrest/msrest-0.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/msrest/msrest-0.7.1.ebuild b/dev-python/msrest/msrest-0.7.1.ebuild index 6d446e27ec..6d2be864a4 100644 --- a/dev-python/msrest/msrest-0.7.1.ebuild +++ b/dev-python/msrest/msrest-0.7.1.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} ) PYTHON_REQ_USE="xml(+)" DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature pypi
