commit: 70da4ea031e01ee4d0688b0895a5a1d7bc09d1ed
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 15:50:05 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 15:58:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70da4ea0
dev-python/django-cacheops: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-cacheops/django-cacheops-7.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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