diff options
author | William Hubbs <william.hubbs@sony.com> | 2020-02-11 12:41:17 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-02-11 14:10:35 -0600 |
commit | 6e59af278bbf64a9e0f0dbcfb46d39c621a496cf (patch) | |
tree | 13be1002449defa8aa39034760ee5e16b5d6810a /dev-python/django-cors-headers | |
parent | dev-python/django-cachops: add python 3.8 (diff) | |
download | gentoo-6e59af278bbf64a9e0f0dbcfb46d39c621a496cf.tar.gz gentoo-6e59af278bbf64a9e0f0dbcfb46d39c621a496cf.tar.bz2 gentoo-6e59af278bbf64a9e0f0dbcfb46d39c621a496cf.zip |
django-cors-headers: add python3_8
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-python/django-cors-headers')
-rw-r--r-- | dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild index 77307b63a59f..10c82874d7e1 100644 --- a/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild +++ b/dev-python/django-cors-headers/django-cors-headers-3.2.1.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 that adds CORS (Cross-Origin Resource Sharing) headers to responses" |