From cc214e9a1a483dcba2b9a4f8101b273bd2ad3848 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 4 Dec 2021 02:15:38 +0000 Subject: [PATCH] dev-python/pytest-salt-factories: disable py3.10 Depgraph doesn't yet allow it (salt lacks it for now). Signed-off-by: Sam James --- .../pytest-salt-factories/pytest-salt-factories-0.911.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-0.911.0.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-0.911.0.ebuild index 4d83c56e8d38b..935516c6a8331 100644 --- a/dev-python/pytest-salt-factories/pytest-salt-factories-0.911.0.ebuild +++ b/dev-python/pytest-salt-factories/pytest-salt-factories-0.911.0.ebuild @@ -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"