diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-18 20:54:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-18 21:10:22 +0200 |
commit | f51a8d51ef909cf90be3c7543d3202272b176629 (patch) | |
tree | e172ae49b5c1c12d886e69067f86825d2826eb71 /app-arch/brotli/brotli-1.1.0.ebuild | |
parent | dev-python/flask-babel: Enable py3.13 (diff) | |
download | gentoo-f51a8d51ef909cf90be3c7543d3202272b176629.tar.gz gentoo-f51a8d51ef909cf90be3c7543d3202272b176629.tar.bz2 gentoo-f51a8d51ef909cf90be3c7543d3202272b176629.zip |
app-arch/brotli: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/brotli/brotli-1.1.0.ebuild')
-rw-r--r-- | app-arch/brotli/brotli-1.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/brotli/brotli-1.1.0.ebuild b/app-arch/brotli/brotli-1.1.0.ebuild index af761fb90b3f..a77f34014613 100644 --- a/app-arch/brotli/brotli-1.1.0.ebuild +++ b/app-arch/brotli/brotli-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL="1" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake-multilib distutils-r1 flag-o-matic @@ -42,7 +42,7 @@ BDEPEND=" test? ( $(python_gen_cond_dep ' dev-python/unittest-or-fail[${PYTHON_USEDEP}] - ' 3.{9..11}) + ' 3.{10..11}) ) ) " |