From: Michał Górny Date: Sat, 14 Jul 2018 20:14:47 +0000 (+0200) Subject: virtual/python-singledispatch: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0f2e268389820c822fc223fe4eb26e22a1f5e37e;p=gentoo.git virtual/python-singledispatch: Enable py3.7 --- diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index d9570ad0cf0f..c19251580735 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_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit python-r1