commit: babe03dc286310c196c43090ba7207ed40973d82
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 22:57:04 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 03:26:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babe03dc
dev-util/watchman: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/watchman/watchman-2023.02.06.00.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/watchman/watchman-2023.02.06.00.ebuild
b/dev-util/watchman/watchman-2023.02.06.00.ebuild
index b173a87191d0..92aedf25a665 100644
--- a/dev-util/watchman/watchman-2023.02.06.00.ebuild
+++ b/dev-util/watchman/watchman-2023.02.06.00.ebuild
@@ -207,7 +207,7 @@ xi-unicode-0.2.1
"
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit cargo cmake distutils-r1 tmpfiles
DESCRIPTION="A file watching service"