diff options
author | 2020-02-11 14:09:52 -0600 | |
---|---|---|
committer | 2020-02-11 14:10:36 -0600 | |
commit | 11f1441e965e3cd849d45cf2386208e8808baaa6 (patch) | |
tree | bd6a03a883eb10ed3b2c38f95c44bfeb010145a6 /dev-python/django | |
parent | dev-python/django-mptt: add python3_8 (diff) | |
download | gentoo-11f1441e965e3cd849d45cf2386208e8808baaa6.tar.gz gentoo-11f1441e965e3cd849d45cf2386208e8808baaa6.tar.bz2 gentoo-11f1441e965e3cd849d45cf2386208e8808baaa6.zip |
dev-python/django: add python3_8
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-2.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-2.2.2.ebuild b/dev-python/django/django-2.2.2.ebuild index 754fb915ddd5..0132352cb471 100644 --- a/dev-python/django/django-2.2.2.ebuild +++ b/dev-python/django/django-2.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='sqlite?,threads(+)' inherit bash-completion-r1 distutils-r1 eutils |