From ee1ab7e27e378a0d60103c1cd52529dabb748460 Mon Sep 17 00:00:00 2001 From: Steven Davies Date: Thu, 4 May 2023 18:10:36 +0100 Subject: [PATCH] sys-fs/python-btrfs: enable py3.11 Signed-off-by: Steven Davies --- sys-fs/python-btrfs/python-btrfs-13-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild index d0d42e03a0..42cd47e399 100644 --- a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild +++ b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_10 python3_11 ) DISTUTILS_USE_SETUPTOOLS="no" inherit distutils-r1