dev-python/pytest-isort: add python3_10 target

Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2021-12-12 00:30:06 +02:00
parent a56d72d8b2
commit 136cb22f62
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="py.test plugin to check import ordering using isort"
@ -21,7 +21,7 @@ RDEPEND="
"
DEPEND="
test? (
${RDEPEND}
${RDEPEND}
)
"