commit: 89933a26f7121e119fb258f4d37b0935bb092712 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Apr 29 15:41:09 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:03:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89933a26
dev-vcs/python-gitlab: enable py3.13 Bug: https://bugs.gentoo.org/952469 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41846 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
