commit: 7322e06918936848a420d16c29e6d14b9e3c5f86
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 12:41:20 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 12:42:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7322e069
dev-python/pytest: Enable py3.8 on 5.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest/pytest-5.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest/pytest-5.3.0.ebuild
b/dev-python/pytest/pytest-5.3.0.ebuild
index 26457fe9999..9795396ca68 100644
--- a/dev-python/pytest/pytest-5.3.0.ebuild
+++ b/dev-python/pytest/pytest-5.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1