summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-18 20:54:02 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-18 21:10:22 +0200
commitf51a8d51ef909cf90be3c7543d3202272b176629 (patch)
treee172ae49b5c1c12d886e69067f86825d2826eb71 /app-arch/brotli
parentdev-python/flask-babel: Enable py3.13 (diff)
downloadgentoo-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')
-rw-r--r--app-arch/brotli/brotli-1.1.0.ebuild6
-rw-r--r--app-arch/brotli/brotli-9999.ebuild6
2 files changed, 6 insertions, 6 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})
)
)
"
diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild
index 53768510bba9..56738adb162d 100644
--- a/app-arch/brotli/brotli-9999.ebuild
+++ b/app-arch/brotli/brotli-9999.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} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
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})
)
)
"