From 06edc0ac954486541a4c1aee820eafe542f514cb Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 30 May 2022 14:07:29 +0200 Subject: [PATCH] dev-python/XenAPI: enable py3.10, py3.11, py3.9 Closes: https://bugs.gentoo.org/848123 Signed-off-by: Alessandro Barbieri --- dev-python/XenAPI/XenAPI-2.14-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/XenAPI/XenAPI-2.14-r1.ebuild b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild index 261a2434d7..485fd3eb62 100644 --- a/dev-python/XenAPI/XenAPI-2.14-r1.ebuild +++ b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1