From: William Hubbs Date: Tue, 11 Feb 2020 18:39:14 +0000 (-0600) Subject: dev-python/django-cachops: add python 3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bde7ce3d8ec7d6a2137540b866a2cced08f28fd6;p=gentoo.git dev-python/django-cachops: add python 3.8 Signed-off-by: William Hubbs --- diff --git a/dev-python/django-cacheops/django-cacheops-4.2.ebuild b/dev-python/django-cacheops/django-cacheops-4.2.ebuild index d2ceef319c8c..943f7f0b7260 100644 --- a/dev-python/django-cacheops/django-cacheops-4.2.ebuild +++ b/dev-python/django-cacheops/django-cacheops-4.2.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="ORM cache with automatic granular event-driven invalidation for Django"