commit: 5c3a46cb2bd47ad2c0dd35e8f6af6f81bfb97d0b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 12:09:23 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 16:10:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3a46cb
dev-python/pytest-plus: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild
b/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild
index 975ff22ff399..a618aaa1583a 100644
--- a/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild
+++ b/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1