diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-28 17:55:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-28 17:58:27 +0200 |
commit | 87e599acb49daeb04f79fbd2b3cfd21887241729 (patch) | |
tree | add08883c42365d5ea60eb5073a78bdca2f2209d /dev-python/django-redis | |
parent | dev-python/django-sortedm2m: Enable py3.12 (diff) | |
download | gentoo-87e599acb49daeb04f79fbd2b3cfd21887241729.tar.gz gentoo-87e599acb49daeb04f79fbd2b3cfd21887241729.tar.bz2 gentoo-87e599acb49daeb04f79fbd2b3cfd21887241729.zip |
dev-python/django-redis: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-redis')
-rw-r--r-- | dev-python/django-redis/django-redis-5.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-redis/django-redis-5.3.0.ebuild b/dev-python/django-redis/django-redis-5.3.0.ebuild index 864b922bdd3b..28c605fdb016 100644 --- a/dev-python/django-redis/django-redis-5.3.0.ebuild +++ b/dev-python/django-redis/django-redis-5.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |