commit: acdcdadfd2602f2a372c29488baebf1bdb1898b0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 12:16:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 27 12:33:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdcdadf
dev-python/css-parser: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/css-parser/css-parser-1.0.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/css-parser/css-parser-1.0.10.ebuild
b/dev-python/css-parser/css-parser-1.0.10.ebuild
index 77364c0fb5ab..974d61349400 100644
--- a/dev-python/css-parser/css-parser-1.0.10.ebuild
+++ b/dev-python/css-parser/css-parser-1.0.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi