diff options
author | Akinori Hattori <hattya@gentoo.org> | 2023-04-30 14:20:33 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2023-04-30 14:20:33 +0900 |
commit | 26fb8afdddadc0c1782b53453729694202b42134 (patch) | |
tree | 34e6e4f12dde0b1e04704157fc9f5615c2c06e7b /media-libs/libsixel/libsixel-1.10.3.ebuild | |
parent | media-libs/libsixel: tidy (diff) | |
download | gentoo-26fb8afdddadc0c1782b53453729694202b42134.tar.gz gentoo-26fb8afdddadc0c1782b53453729694202b42134.tar.bz2 gentoo-26fb8afdddadc0c1782b53453729694202b42134.zip |
media-libs/libsixel: update PYTHON_COMPAT
Closes: https://bugs.gentoo.org/897006
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 53eee8c1f8ea..5ea2c0a48775 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..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_OPTIONAL="1" inherit bash-completion-r1 distutils-r1 meson |