commit: 748b0e035db09a1842ceb933cd22c149b21b258c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 5 12:30:23 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 5 12:36:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748b0e03
dev-python/aiofiles: Enable py3.10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/aiofiles/aiofiles-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiofiles/aiofiles-0.7.0.ebuild b/dev-python/aiofiles/aiofiles-0.7.0.ebuild index 9c3987ed4e4..21d2b385d7c 100644 --- a/dev-python/aiofiles/aiofiles-0.7.0.ebuild +++ b/dev-python/aiofiles/aiofiles-0.7.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1