dev-python/pytest-salt-factories: disable py3.10

Depgraph doesn't yet allow it (salt lacks it for now).

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-12-04 02:15:38 +00:00
parent fd1e844e01
commit cc214e9a1a

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="The new generation of the pytest-salt Plugin"