From d5832e0172754b1043d68a75641a0d1b3024b6c4 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 21 Aug 2024 11:53:27 +0200 Subject: [PATCH] dev-python/django-rq: enable py3.12 and disable py3.10 Signed-off-by: Alarig Le Lay --- dev-python/django-rq/django-rq-2.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django-rq/django-rq-2.5.1.ebuild b/dev-python/django-rq/django-rq-2.5.1.ebuild index af9b950..4c7cc4c 100644 --- a/dev-python/django-rq/django-rq-2.5.1.ebuild +++ b/dev-python/django-rq/django-rq-2.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 DESCRIPTION="A simple app that provides django integration for RQ (Redis Queue)"