diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:14:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:14:05 +0200 |
commit | 832d88cb2a76d93024543107ca025addb4e4e41e (patch) | |
tree | d8d081d515843523097fc03620372f61303ea1cd /dev-python/scandir | |
parent | dev-python/rfc3986: Enable py3.10 (diff) | |
download | gentoo-832d88cb2a76d93024543107ca025addb4e4e41e.tar.gz gentoo-832d88cb2a76d93024543107ca025addb4e4e41e.tar.bz2 gentoo-832d88cb2a76d93024543107ca025addb4e4e41e.zip |
dev-python/scandir: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scandir')
-rw-r--r-- | dev-python/scandir/scandir-1.10.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scandir/scandir-1.10.0-r2.ebuild b/dev-python/scandir/scandir-1.10.0-r2.ebuild index e7b5cb0def6e..a1eb3af2ae21 100644 --- a/dev-python/scandir/scandir-1.10.0-r2.ebuild +++ b/dev-python/scandir/scandir-1.10.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |