dev-python/dj-database-url: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Tue, 21 Apr 2020 10:31:33 +0000 (12:31 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 21 Apr 2020 11:24:17 +0000 (13:24 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/dj-database-url/dj-database-url-0.4.2.ebuild

index 42c5f6671413ffedc19d838d69fdc7d4c74eca7b..87cf652019e7720811b6e6abd4a1a684a349e6af 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1