commit: 26b19c460f24b1f4a52f6cefbe93acd8f195a1f4
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 00:08:05 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 00:08:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b19c46
dev-vcs/python-gitlab: drop python3_7
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild | 2 +-
dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild
b/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild
index 6f782bcbdbae..90eec639d832 100644
--- a/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-3.5.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit distutils-r1
DESCRIPTION="Python command line interface to gitlab API"
diff --git a/dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild
b/dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild
index 85ac20d563aa..ceaf08012a3d 100644
--- a/dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-3.6.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit distutils-r1
DESCRIPTION="Python command line interface to gitlab API"