commit: d13f8de04f981394ad6d64ec3d6d914277a87fc4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 17:49:47 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 17:49:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13f8de0
dev-python/pytest-metadata: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild
b/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild
index 3f2c81106531..07cee70b8a98 100644
--- a/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild
+++ b/dev-python/pytest-metadata/pytest-metadata-2.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1