commit:     69e71dfe0357f16c0ad010ea7cc81c76673c086c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 04:21:52 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 04:21:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e71dfe

dev-python/django-redis: drop py3.6 in favor of py3_{7,8}

* still needs tests and a ver bump

Bug: https://bugs.gentoo.org/718728
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-python/django-redis/django-redis-4.10.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 6e4c252662e..cdd13fa9c90 100644
--- a/dev-python/django-redis/django-redis-4.10.0.ebuild
+++ b/dev-python/django-redis/django-redis-4.10.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{7,8} )
+
 inherit distutils-r1
 
 DESCRIPTION="Full featured redis cache backend for Django."

Reply via email to