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