summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-20 19:13:39 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-20 19:14:25 +0200
commita29abddd7c555ebd8be1835704870a5a5bc7efce (patch)
treebf8a80ad81afe89f45fd1980ee41ef9709dd6b43 /dev-python/housekeeping
parentdev-python/ffmpeg-python: Enable py3.13 (diff)
downloadgentoo-a29abddd7c555ebd8be1835704870a5a5bc7efce.tar.gz
gentoo-a29abddd7c555ebd8be1835704870a5a5bc7efce.tar.bz2
gentoo-a29abddd7c555ebd8be1835704870a5a5bc7efce.zip
dev-python/housekeeping: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/housekeeping')
-rw-r--r--dev-python/housekeeping/housekeeping-1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/housekeeping/housekeeping-1.1.ebuild b/dev-python/housekeeping/housekeeping-1.1.ebuild
index 62138051d851..777c82af50e6 100644
--- a/dev-python/housekeeping/housekeeping-1.1.ebuild
+++ b/dev-python/housekeeping/housekeeping-1.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi