summaryrefslogtreecommitdiff
path: root/dev-python/css-parser
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-06-30 07:31:14 +0200
committerMichał Górny <mgorny@gentoo.org>2026-06-30 07:34:42 +0200
commit38d54f608c0adecf3c47f74ec5bea3b135513ed2 (patch)
treef4d7486af2f90068e5f2dcceab650e0366054451 /dev-python/css-parser
parentf3b5594a98cec84b821e04f7eb19527e86934548 (diff)
dev-python/css-parser: Enable py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/css-parser')
-rw-r--r--dev-python/css-parser/css-parser-1.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/css-parser/css-parser-1.1.1.ebuild b/dev-python/css-parser/css-parser-1.1.1.ebuild
index e6ef5504a85e..0455a4bc4312 100644
--- a/dev-python/css-parser/css-parser-1.1.1.ebuild
+++ b/dev-python/css-parser/css-parser-1.1.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{12..14} )
+PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi