diff options
author | Sam James <sam@gentoo.org> | 2023-02-15 22:57:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-16 03:26:32 +0000 |
commit | babe03dc286310c196c43090ba7207ed40973d82 (patch) | |
tree | 2bf9fa6fe4257dee16c3a2a43d987421dc5804c4 /dev-util/watchman | |
parent | dev-cpp/edencommon: drop 2022.09.12.00, 2023.01.16.00 (diff) | |
download | gentoo-babe03dc286310c196c43090ba7207ed40973d82.tar.gz gentoo-babe03dc286310c196c43090ba7207ed40973d82.tar.bz2 gentoo-babe03dc286310c196c43090ba7207ed40973d82.zip |
dev-util/watchman: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/watchman')
-rw-r--r-- | dev-util/watchman/watchman-2023.02.06.00.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |