From 84f2a0b29663095ca10d89f0d376d968afa95a67 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Wed, 5 Jun 2024 10:16:09 +0200 Subject: dev-python/pytest-celery Add python 3.12 support --- dev-python/pytest-celery/pytest-celery-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pytest-celery/pytest-celery-0.1.0.ebuild') 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 ba6582c..74b262d 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_{8..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest" -- cgit v1.2.3