diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-28 17:50:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-28 17:58:24 +0200 |
commit | 70da4ea031e01ee4d0688b0895a5a1d7bc09d1ed (patch) | |
tree | 76844f2442cc4edd9fe5be5d8ce6b55819f92640 /dev-python/django-cacheops | |
parent | dev-python/django-otp: Enable py3.12 (diff) | |
download | gentoo-70da4ea031e01ee4d0688b0895a5a1d7bc09d1ed.tar.gz gentoo-70da4ea031e01ee4d0688b0895a5a1d7bc09d1ed.tar.bz2 gentoo-70da4ea031e01ee4d0688b0895a5a1d7bc09d1ed.zip |
dev-python/django-cacheops: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-cacheops')
-rw-r--r-- | dev-python/django-cacheops/django-cacheops-7.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-cacheops/django-cacheops-7.0.1.ebuild b/dev-python/django-cacheops/django-cacheops-7.0.1.ebuild index 59f2aaf7ab0e..32d703bbe33f 100644 --- a/dev-python/django-cacheops/django-cacheops-7.0.1.ebuild +++ b/dev-python/django-cacheops/django-cacheops-7.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |