From 33cc59abf93a9cfd545a7d4434178f6b62f94acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 8 May 2022 12:52:28 +0200 Subject: dev-lang/python-exec: Enable python3.11 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-lang/python-exec/python-exec-2.4.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-lang/python-exec') diff --git a/dev-lang/python-exec/python-exec-2.4.8.ebuild b/dev-lang/python-exec/python-exec-2.4.8.ebuild index 7cab7a668f31..4fd31fa50604 100644 --- a/dev-lang/python-exec/python-exec-2.4.8.ebuild +++ b/dev-lang/python-exec/python-exec-2.4.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit python-any-r1 DESCRIPTION="Python script wrapper" -- cgit v1.2.3