From a447335d801795aacdcf3b21083501faa35a4d75 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 15 Jul 2022 15:32:21 +0300 Subject: [PATCH] dev-python/pyinotify: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild b/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild index c91436e1f04b5..79b5872dce8c1 100644 --- a/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1