From 8452ddf074eeccca145eea8de99b1988a84595e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 1 Jun 2023 15:13:32 +0200 Subject: [PATCH] dev-python/phply: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/phply/phply-1.2.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/phply/phply-1.2.6.ebuild b/dev-python/phply/phply-1.2.6.ebuild index 67cde47b11fa2..13387549acf3f 100644 --- a/dev-python/phply/phply-1.2.6.ebuild +++ b/dev-python/phply/phply-1.2.6.ebuild @@ -4,7 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="Lexer and parser for PHP source implemented using PLY"