commit:     3786c783256be0ed53f5a5f7c3749845805a8376
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 06:02:43 2022 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Sat May 21 06:02:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3786c783

dev-lang/qu-prolog: support python 3.10 + 3.11

Closes: https://bugs.gentoo.org/845648
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Keri Harris <keri <AT> gentoo.org>

 dev-lang/qu-prolog/qu-prolog-10.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/qu-prolog/qu-prolog-10.6.ebuild 
b/dev-lang/qu-prolog/qu-prolog-10.6.ebuild
index 2cbbe5135522..a805e8388a22 100644
--- a/dev-lang/qu-prolog/qu-prolog-10.6.ebuild
+++ b/dev-lang/qu-prolog/qu-prolog-10.6.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=7
 
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..11} )
 
 inherit autotools multilib python-any-r1 qmake-utils
 

Reply via email to