commit: 41e778f03d0f15ee1edb99347dd1665ecc43d43d
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 3 16:13:14 2023 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jan 3 16:13:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e778f0
dev-vcs/python-gitlab: enable py3.11
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
b/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
index 87ac1ae0b2f5..c435a2a21883 100644
--- a/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8,9,10,11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1