commit: 87a51ebc04cfef592de5fa1696ac526ec6e88544
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 23:03:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 23:03:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a51ebc
dev-python/pytest-salt: enable py3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 8258e36ca9e..71b7c59306f 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}"