diff options
author | Akinori Hattori <hattya@gentoo.org> | 2024-04-14 14:42:31 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2024-04-14 14:46:36 +0900 |
commit | 792a87482185c17aa8cdb5eaf94ae9be4a3ab00e (patch) | |
tree | 5c8239fb0fcc72461ad39d04cbe036f6ac494be1 /media-libs/libsixel/libsixel-1.10.3.ebuild | |
parent | media-libs/libsixel: migrate to PEP 517 (diff) | |
download | gentoo-792a87482185c17aa8cdb5eaf94ae9be4a3ab00e.tar.gz gentoo-792a87482185c17aa8cdb5eaf94ae9be4a3ab00e.tar.bz2 gentoo-792a87482185c17aa8cdb5eaf94ae9be4a3ab00e.zip |
media-libs/libsixel: update PYTHON_COMPAT
Closes: https://bugs.gentoo.org/929645
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'media-libs/libsixel/libsixel-1.10.3.ebuild')
-rw-r--r-- | media-libs/libsixel/libsixel-1.10.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libsixel/libsixel-1.10.3.ebuild b/media-libs/libsixel/libsixel-1.10.3.ebuild index 839d459c0e5e..f64089d2966d 100644 --- a/media-libs/libsixel/libsixel-1.10.3.ebuild +++ b/media-libs/libsixel/libsixel-1.10.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_OPTIONAL="1" |