From 11ee9f233a1672bf3abc38c2426c8f1f4ec436ce Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 18 Jan 2024 19:00:05 +0200 Subject: [PATCH] dev-python/sphinx-celery: enable py3.12 Signed-off-by: Arthur Zamarin --- dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild index ee0b80a49ece6..b4a12edac349d 100644 --- a/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild +++ b/dev-python/sphinx-celery/sphinx-celery-2.1.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi