dev-python/pytest-harvest: enable py3.11

Closes: https://bugs.gentoo.org/884677
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-12-09 14:40:17 +05:00
parent fc4219de80
commit 1f7130e437

View File

@@ -3,10 +3,12 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="dev-python/mkdocs-material"
DOCS_DIR="docs"
inherit distutils-r1 docs
DESCRIPTION="Store and retrieve data created during your pytest tests execution"