From: Michał Górny Date: Tue, 21 Apr 2020 10:31:33 +0000 (+0200) Subject: dev-python/dj-database-url: Enable py3.{7,8} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=db8b725fbfac1633878d6616c0f13001561d1a7f;p=gentoo.git dev-python/dj-database-url: Enable py3.{7,8} Signed-off-by: Michał Górny --- diff --git a/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild b/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild index 42c5f6671413..87cf652019e7 100644 --- a/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild +++ b/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1