From 20aed0df5d08b4a5db5cf5b9ea12a0fc79707da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Fri, 10 Mar 2023 13:16:13 +0100 Subject: dev-python/fuse-python: enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/896780 Signed-off-by: Petr Vaněk Signed-off-by: Sam James --- dev-python/fuse-python/fuse-python-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/fuse-python/fuse-python-1.0.5.ebuild b/dev-python/fuse-python/fuse-python-1.0.5.ebuild index 0c26960a68d9..1ab69b4faafa 100644 --- a/dev-python/fuse-python/fuse-python-1.0.5.ebuild +++ b/dev-python/fuse-python/fuse-python-1.0.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 -- cgit v1.2.3