From 89933a26f7121e119fb258f4d37b0935bb092712 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 29 Apr 2025 18:41:09 +0300 Subject: dev-vcs/python-gitlab: enable py3.13 Bug: https://bugs.gentoo.org/952469 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/41846 Signed-off-by: Sam James --- dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild') diff --git a/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild index 4da36920b512..74650f46a345 100644 --- a/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild +++ b/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MY_PN="${PN/-/_}" -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 -- cgit v1.2.3