commit: 0e7e29dd9c18535ce5e7101035064e02936f80ed
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat May 25 18:55:18 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat May 25 18:55:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e7e29dd
dev-python/pytest-celery: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/pytest-celery/pytest-celery-0.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
index be8b0c06c..a1614cf55 100644
--- a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"