diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 16:18:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 16:30:20 +0200 |
commit | 558edae1f08f750b6270c8213fc54728c0ffdd76 (patch) | |
tree | 9d8a619b5c256e70157a90284a2f70868e2006f6 /dev-python/logutils | |
parent | dev-python/lmdb: Enable py3.10 (diff) | |
download | gentoo-558edae1f08f750b6270c8213fc54728c0ffdd76.tar.gz gentoo-558edae1f08f750b6270c8213fc54728c0ffdd76.tar.bz2 gentoo-558edae1f08f750b6270c8213fc54728c0ffdd76.zip |
dev-python/logutils: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/logutils')
-rw-r--r-- | dev-python/logutils/logutils-0.3.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/logutils/logutils-0.3.5.ebuild b/dev-python/logutils/logutils-0.3.5.ebuild index d64fc314ed74..d31df6d8eb34 100644 --- a/dev-python/logutils/logutils-0.3.5.ebuild +++ b/dev-python/logutils/logutils-0.3.5.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) + +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |