dev-python/pilkit: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Sat, 25 Apr 2020 08:39:55 +0000 (10:39 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 25 Apr 2020 08:48:24 +0000 (10:48 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pilkit/pilkit-2.0.ebuild

index 27910404428e6b3a95d6f6738eda0db2745aae7d..dd16f29d4fb29b8a52cf49732ac243ffcfd2fbd3 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1