summaryrefslogtreecommitdiff
path: root/dev-vcs/python-gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/python-gitlab')
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild2
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild2
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild
index 0753f70f987b..2bbf635eb00c 100644
--- a/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1
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 398903e343a3..4ace006f3325 100644
--- a/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-4.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
MY_PN="${PN/-/_}"
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1
diff --git a/dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild
index 02bd2707338c..ff187e23336f 100644
--- a/dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-5.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
MY_PN="${PN/-/_}"
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1