From 87a51ebc04cfef592de5fa1696ac526ec6e88544 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 Jul 2021 00:03:09 +0100 Subject: dev-python/pytest-salt: enable py3.9 Signed-off-by: Sam James --- dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild index 8258e36ca9ea..71b7c59306f1 100644 --- a/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild +++ b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 MY_PV="${PV/_p/.post}" -- cgit v1.2.3-65-gdbad