summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 11:55:24 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 12:46:41 +0200
commitf05f2102b70d056083de15afce6a8bfaf621c5db (patch)
tree9ce5bca3997c272868b0dd3425d82416b7ad9cdf /dev-python/BitVector
parentsys-apps/plocate: only check for io-uring kernel config if USE enabled (diff)
downloadgentoo-f05f2102b70d056083de15afce6a8bfaf621c5db.tar.gz
gentoo-f05f2102b70d056083de15afce6a8bfaf621c5db.tar.bz2
gentoo-f05f2102b70d056083de15afce6a8bfaf621c5db.zip
dev-python/BitVector: enable py3.11 and disable py3.7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/BitVector')
-rw-r--r--dev-python/BitVector/BitVector-3.5.0.ebuild5
1 files changed, 3 insertions, 2 deletions
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"