From c5eebfde8716d8916c3c66091a95911b9582b27f Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Mon, 3 Jun 2024 11:33:37 -0500 Subject: app-text/grip: enable py3.12 Signed-off-by: Ben Kohler --- app-text/grip/grip-4.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/grip/grip-4.6.2.ebuild b/app-text/grip/grip-4.6.2.ebuild index 7e8469d79e06..f18bbfd3d952 100644 --- a/app-text/grip/grip-4.6.2.ebuild +++ b/app-text/grip/grip-4.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi -- cgit v1.2.3-65-gdbad