From: Michał Górny Date: Sat, 1 Feb 2020 08:48:13 +0000 (+0100) Subject: dev-python/tox: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e6f9eaa930c8b7d5aa71149a51fe1d434395b1da;p=gentoo.git dev-python/tox: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/tox/tox-3.14.3.ebuild b/dev-python/tox/tox-3.14.3.ebuild index 8cccb8451fe1..e9ee49b58a24 100644 --- a/dev-python/tox/tox-3.14.3.ebuild +++ b/dev-python/tox/tox-3.14.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1