dev-python/pyrqlite: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Sat, 25 Apr 2020 17:01:47 +0000 (19:01 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 25 Apr 2020 17:01:47 +0000 (19:01 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyrqlite/pyrqlite-2.0.ebuild

index f442cd409050ff2d9251cf8ed126a25e03fe8c07..60b83f0699fa57abb496873c1705f6569c9eff87 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