dev-python/configclass: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Mon, 20 Apr 2020 15:57:01 +0000 (17:57 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 20 Apr 2020 16:18:58 +0000 (18:18 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/configclass/configclass-0.1.0.ebuild

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