From 1759fa15156f6961489eb1ae320d98cef5909ace Mon Sep 17 00:00:00 2001 From: David Roman Date: Sat, 16 Dec 2023 03:16:51 +0100 Subject: dev-python/pytest-celery: enable py3.11 Signed-off-by: David Roman --- dev-python/pytest-celery/pytest-celery-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pytest-celery') 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 e83fe3fd0..c1fd36de9 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_10 ) +PYTHON_COMPAT=( python3_{10,11} ) inherit distutils-r1 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest" -- cgit v1.2.3-65-gdbad