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)"