diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 14:45:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 14:55:55 +0200 |
commit | 99b68cb14e76b36445d6e9642c44c36163813700 (patch) | |
tree | cb9abfb384dcfba8d5dd4d95556a51ad334efe71 /dev-python/bitstring | |
parent | dev-python/bibtexparser: Enable py3.10 (diff) | |
download | gentoo-99b68cb14e76b36445d6e9642c44c36163813700.tar.gz gentoo-99b68cb14e76b36445d6e9642c44c36163813700.tar.bz2 gentoo-99b68cb14e76b36445d6e9642c44c36163813700.zip |
dev-python/bitstring: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitstring')
-rw-r--r-- | dev-python/bitstring/bitstring-3.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bitstring/bitstring-3.1.7.ebuild b/dev-python/bitstring/bitstring-3.1.7.ebuild index 44752fc4cc6f..f3abff5bc825 100644 --- a/dev-python/bitstring/bitstring-3.1.7.ebuild +++ b/dev-python/bitstring/bitstring-3.1.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |