diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-06-04 21:47:08 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-06 01:44:43 +0100 |
commit | b2a8d165e904038b86a8735cb1810bd0ff6d7179 (patch) | |
tree | 3d28ad8432f10f17c3ff3d4c02ef67b28c0bdbec /media-libs/jbig2dec/jbig2dec-0.19.ebuild | |
parent | app-crypt/gcr: enable py3.13 (diff) | |
download | gentoo-b2a8d165e904038b86a8735cb1810bd0ff6d7179.tar.gz gentoo-b2a8d165e904038b86a8735cb1810bd0ff6d7179.tar.bz2 gentoo-b2a8d165e904038b86a8735cb1810bd0ff6d7179.zip |
media-libs/jbig2dec: enable py3.12
Only needed for tests, tests pass.
Closes: https://bugs.gentoo.org/929637
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/jbig2dec/jbig2dec-0.19.ebuild')
-rw-r--r-- | media-libs/jbig2dec/jbig2dec-0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/jbig2dec/jbig2dec-0.19.ebuild b/media-libs/jbig2dec/jbig2dec-0.19.ebuild index 315beae29304..3fc29b1a39a7 100644 --- a/media-libs/jbig2dec/jbig2dec-0.19.ebuild +++ b/media-libs/jbig2dec/jbig2dec-0.19.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-any-r1 DESCRIPTION="A decoder implementation of the JBIG2 image compression format" |