diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-30 22:42:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-30 22:45:40 +0300 |
commit | 2ae22388f85c1d61dc0a1e27a1ec06df2a3a0060 (patch) | |
tree | 091789c989aafb8ce7a5c954e29669892c5bdd15 /media-gfx | |
parent | app-text/xapers: drop 0.9.0, 0.9.2 (diff) | |
download | gentoo-2ae22388f85c1d61dc0a1e27a1ec06df2a3a0060.tar.gz gentoo-2ae22388f85c1d61dc0a1e27a1ec06df2a3a0060.tar.bz2 gentoo-2ae22388f85c1d61dc0a1e27a1ec06df2a3a0060.zip |
media-gfx/termtosvg: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/termtosvg/termtosvg-1.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/termtosvg/termtosvg-1.1.0-r1.ebuild b/media-gfx/termtosvg/termtosvg-1.1.0-r1.ebuild index c9922d7c383a..004809937815 100644 --- a/media-gfx/termtosvg/termtosvg-1.1.0-r1.ebuild +++ b/media-gfx/termtosvg/termtosvg-1.1.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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |