aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2023-12-16 03:16:51 +0100
committerDavid Roman <davidroman96@gmail.com>2023-12-16 03:16:51 +0100
commit1759fa15156f6961489eb1ae320d98cef5909ace (patch)
tree2a4db9192e0c483091b0ab8080e33bf5e7ae88a2 /dev-python/pytest-celery
parentwww-apps/pleroma: add 2.6.1, drop 2.6.0 (diff)
downloadguru-1759fa15156f6961489eb1ae320d98cef5909ace.tar.gz
guru-1759fa15156f6961489eb1ae320d98cef5909ace.tar.bz2
guru-1759fa15156f6961489eb1ae320d98cef5909ace.zip
dev-python/pytest-celery: enable py3.11
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'dev-python/pytest-celery')
-rw-r--r--dev-python/pytest-celery/pytest-celery-0.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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"