From 373e3e05c123005acdc60eeada8051a5a7a0afc5 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Sun, 24 Jul 2022 14:06:15 -0500 Subject: dev-libs/newt: enable py3.11 Signed-off-by: Ben Kohler --- dev-libs/newt/newt-0.52.21_p20210816.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/newt/newt-0.52.21_p20210816.ebuild b/dev-libs/newt/newt-0.52.21_p20210816.ebuild index d6c71471e388..57ed161c4cfd 100644 --- a/dev-libs/newt/newt-0.52.21_p20210816.ebuild +++ b/dev-libs/newt/newt-0.52.21_p20210816.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit autotools python-r1 toolchain-funcs -- cgit v1.2.3-65-gdbad