From f05f2102b70d056083de15afce6a8bfaf621c5db Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 18 May 2022 11:55:24 +0200 Subject: dev-python/BitVector: enable py3.11 and disable py3.7 Signed-off-by: Andrew Ammerlaan --- dev-python/BitVector/BitVector-3.5.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-python/BitVector') diff --git a/dev-python/BitVector/BitVector-3.5.0.ebuild b/dev-python/BitVector/BitVector-3.5.0.ebuild index f55f024cf238..15e2e2f9a775 100644 --- a/dev-python/BitVector/BitVector-3.5.0.ebuild +++ b/dev-python/BitVector/BitVector-3.5.0.ebuild @@ -1,8 +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_{7..10} ) + +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays" -- cgit v1.2.3