diff --git a/dev-python/django-redis/django-redis-4.10.0.ebuild b/dev-python/django-redis/django-redis-4.10.0.ebuild index 982a5193340e5..6e4c252662ed4 100644 --- a/dev-python/django-redis/django-redis-4.10.0.ebuild +++ b/dev-python/django-redis/django-redis-4.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Full featured redis cache backend for Django."