From 344700b8e98d4ec73e184cb1924e149a72ae542a Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 14:42:15 +0200 Subject: [PATCH] dev-cpp/fbthrift: enable py3.11 Signed-off-by: Alessandro Barbieri --- dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild b/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild index 632d969b97..18d9c90039 100644 --- a/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild +++ b/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit cmake python-single-r1