summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-09 21:13:52 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-09 21:13:52 +0300
commitdba81325b86bfe5c2b67033f9c4999dc15f608b3 (patch)
tree13573b4817788f165a3d448790f84dfff062bfbf /dev-python/svglib
parentdev-python/feedparser: enable py3.12 (diff)
downloadgentoo-dba81325b86bfe5c2b67033f9c4999dc15f608b3.tar.gz
gentoo-dba81325b86bfe5c2b67033f9c4999dc15f608b3.tar.bz2
gentoo-dba81325b86bfe5c2b67033f9c4999dc15f608b3.zip
dev-python/svglib: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/svglib')
-rw-r--r--dev-python/svglib/svglib-1.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/svglib/svglib-1.5.1.ebuild b/dev-python/svglib/svglib-1.5.1.ebuild
index 00086eb46ed1..40813f7e5009 100644
--- a/dev-python/svglib/svglib-1.5.1.ebuild
+++ b/dev-python/svglib/svglib-1.5.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1