diff --git a/dev-python/pytest-isort/pytest-isort-2.0.0.ebuild b/dev-python/pytest-isort/pytest-isort-2.0.0.ebuild index 801ff91..24bde6c 100644 --- a/dev-python/pytest-isort/pytest-isort-2.0.0.ebuild +++ b/dev-python/pytest-isort/pytest-isort-2.0.0.ebuild @@ -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} ) "