From 144e30f845d943b31deef85cb7f33ab3ab348cc2 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Sun, 14 Aug 2022 02:03:32 +0000 Subject: [PATCH] dev-python/queuelib: enable py3.10, py3.11 Signed-off-by: Aisha Tammy --- dev-python/queuelib/queuelib-1.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/queuelib/queuelib-1.6.2.ebuild b/dev-python/queuelib/queuelib-1.6.2.ebuild index 10f08b130c..a30c8170e2 100644 --- a/dev-python/queuelib/queuelib-1.6.2.ebuild +++ b/dev-python/queuelib/queuelib-1.6.2.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_9 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Collection of persistent and non-persistent queues for Python"