diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-18 11:55:24 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-18 12:46:41 +0200 |
commit | f05f2102b70d056083de15afce6a8bfaf621c5db (patch) | |
tree | 9ce5bca3997c272868b0dd3425d82416b7ad9cdf /dev-python/BitVector/BitVector-3.5.0.ebuild | |
parent | sys-apps/plocate: only check for io-uring kernel config if USE enabled (diff) | |
download | gentoo-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/BitVector-3.5.0.ebuild')
-rw-r--r-- | dev-python/BitVector/BitVector-3.5.0.ebuild | 5 |
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" |