From: Michał Górny Date: Fri, 15 Nov 2019 07:29:41 +0000 (+0100) Subject: virtual/python-singledispatch: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bee18927fe3a152e8516b77b1ae125599fb65887;p=gentoo.git virtual/python-singledispatch: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index dde4e6b31197..62d41a97eb90 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