summaryrefslogtreecommitdiff
path: root/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-04-29 18:41:09 +0300
committerSam James <sam@gentoo.org>2025-04-29 20:03:08 +0100
commit89933a26f7121e119fb258f4d37b0935bb092712 (patch)
treeee9fbe4af9f90ad8d1241a278bb824106f26c354 /dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
parent9d9a14b0d824f62e74d0312cd88e91775a4e1b9f (diff)
downloadgentoo-89933a26f7121e119fb258f4d37b0935bb092712.tar.gz
gentoo-89933a26f7121e119fb258f4d37b0935bb092712.tar.bz2
gentoo-89933a26f7121e119fb258f4d37b0935bb092712.zip
dev-vcs/python-gitlab: enable py3.13
Bug: https://bugs.gentoo.org/952469 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41846 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild')
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild4
1 files 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