commit: 4c378f225c674fd01917aecd90833cbb53edb0ca
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 01:22:03 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 01:57:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c378f22
dev-python/OutputCheck: enable python 3.11
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-python/OutputCheck/OutputCheck-0.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/OutputCheck/OutputCheck-0.4.2.ebuild
b/dev-python/OutputCheck/OutputCheck-0.4.2.ebuild
index f0240feced1f..ca2d32009cbe 100644
--- a/dev-python/OutputCheck/OutputCheck-0.4.2.ebuild
+++ b/dev-python/OutputCheck/OutputCheck-0.4.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1