diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-29 18:22:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-29 18:22:25 +0200 |
commit | 43643066e1ab8ac1ecbd54d0d04fff6936fce4db (patch) | |
tree | faac0e50b3f482c4ac7abb8d8ba1bc5606b97fa8 /media-gfx/svg2rlg | |
parent | dev-lang/python: Deduplicate test skip flags (diff) | |
download | gentoo-43643066e1ab8ac1ecbd54d0d04fff6936fce4db.tar.gz gentoo-43643066e1ab8ac1ecbd54d0d04fff6936fce4db.tar.bz2 gentoo-43643066e1ab8ac1ecbd54d0d04fff6936fce4db.zip |
media-gfx/svg2rlg: Enable py3.12
Closes: https://bugs.gentoo.org/929627
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/svg2rlg')
-rw-r--r-- | media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild index 61629741ac37..cdd2d8915782 100644 --- a/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild +++ b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |