summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 10:43:24 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 10:59:05 +0200
commit0422d4fd859d74b9584435d2dc0d83996dc6dd38 (patch)
treed1014cea13b96be76fe3f690cbca4b958031513c
parentdev-python/random2: Enable py3.13 (diff)
downloadgentoo-0422d4fd859d74b9584435d2dc0d83996dc6dd38.tar.gz
gentoo-0422d4fd859d74b9584435d2dc0d83996dc6dd38.tar.bz2
gentoo-0422d4fd859d74b9584435d2dc0d83996dc6dd38.zip
dev-python/rarfile: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/rarfile/rarfile-4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rarfile/rarfile-4.2.ebuild b/dev-python/rarfile/rarfile-4.2.ebuild
index 0b0a69392cf7..af4008f7ed8d 100644
--- a/dev-python/rarfile/rarfile-4.2.ebuild
+++ b/dev-python/rarfile/rarfile-4.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi