dev-python/dj-database-url: Enable py3.{7,8}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-21 12:31:33 +02:00
parent 31b30411e9
commit db8b725fbf

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1