From: William Hubbs Date: Tue, 11 Feb 2020 18:46:11 +0000 (-0600) Subject: dev-python/django-filter: add python3_8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=70210a8778ff68550c5615f8ea402a2ce8469a63;p=gentoo.git dev-python/django-filter: add python3_8 Signed-off-by: William Hubbs --- diff --git a/dev-python/django-filter/django-filter-2.2.0.ebuild b/dev-python/django-filter/django-filter-2.2.0.ebuild index bec056b673e0..1d41d0e0e70b 100644 --- a/dev-python/django-filter/django-filter-2.2.0.ebuild +++ b/dev-python/django-filter/django-filter-2.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1 DESCRIPTION="Django app allowing declarative dynamic QuerySet filtering from URL parameters"