summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-20 15:00:42 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-20 15:11:59 +0200
commit6fa1bea164b695ec2bf7a1c0ff34fafcb2805191 (patch)
tree797d775d922eae2d25ba86f1554898fb4dab4c88
parentnet-print/epson-inkjet-printer-escpr: add 1.8.1 (diff)
downloadgentoo-6fa1bea164b695ec2bf7a1c0ff34fafcb2805191.tar.gz
gentoo-6fa1bea164b695ec2bf7a1c0ff34fafcb2805191.tar.bz2
gentoo-6fa1bea164b695ec2bf7a1c0ff34fafcb2805191.zip
dev-python/css-parser: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/css-parser/css-parser-1.0.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/css-parser/css-parser-1.0.9.ebuild b/dev-python/css-parser/css-parser-1.0.9.ebuild
index 3897a7ba1933..6bcc477147b8 100644
--- a/dev-python/css-parser/css-parser-1.0.9.ebuild
+++ b/dev-python/css-parser/css-parser-1.0.9.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi