diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 21:13:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 21:13:52 +0300 |
commit | dba81325b86bfe5c2b67033f9c4999dc15f608b3 (patch) | |
tree | 13573b4817788f165a3d448790f84dfff062bfbf /dev-python/svglib | |
parent | dev-python/feedparser: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |