summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-19 08:31:03 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-19 13:47:07 +0200
commita3304b8068ff9699c539b6222af6c80919fb0255 (patch)
treeda5b9e5469859d680f97287d23285b704d6db504 /dev-python
parent02140b7bf40aea6d106be601d2b78616929e2900 (diff)
downloadgentoo-a3304b8068ff9699c539b6222af6c80919fb0255.tar.gz
gentoo-a3304b8068ff9699c539b6222af6c80919fb0255.tar.bz2
gentoo-a3304b8068ff9699c539b6222af6c80919fb0255.zip
dev-python/indexed-gzip: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/indexed-gzip/indexed-gzip-1.8.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/indexed-gzip/indexed-gzip-1.8.7.ebuild b/dev-python/indexed-gzip/indexed-gzip-1.8.7.ebuild
index 45265669e01d..0b994e128eed 100644
--- a/dev-python/indexed-gzip/indexed-gzip-1.8.7.ebuild
+++ b/dev-python/indexed-gzip/indexed-gzip-1.8.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi