commit: bee18927fe3a152e8516b77b1ae125599fb65887
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 07:29:41 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 07:33:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee18927
virtual/python-singledispatch: Enable py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild
b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index dde4e6b3119..62d41a97eb9 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
inherit python-r1