summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-01 15:13:32 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-01 15:22:28 +0200
commit8452ddf074eeccca145eea8de99b1988a84595e0 (patch)
treed4ce4f43dfc7cc220aab55a5c3482be75890c7f4 /dev-python/phply
parentdev-python/picobox: Enable py3.12 (diff)
downloadgentoo-8452ddf074eeccca145eea8de99b1988a84595e0.tar.gz
gentoo-8452ddf074eeccca145eea8de99b1988a84595e0.tar.bz2
gentoo-8452ddf074eeccca145eea8de99b1988a84595e0.zip
dev-python/phply: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/phply')
-rw-r--r--dev-python/phply/phply-1.2.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/phply/phply-1.2.6.ebuild b/dev-python/phply/phply-1.2.6.ebuild
index 67cde47b11fa..13387549acf3 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"