dev-python/tox: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Sat, 1 Feb 2020 08:48:13 +0000 (09:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 1 Feb 2020 08:55:58 +0000 (09:55 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/tox/tox-3.14.3.ebuild

index 8cccb8451fe1f04129498be12aa2c715512b718e..e9ee49b58a2432ce4f6307a8d8e8ab90d56ed0ee 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1