diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-20 19:13:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-20 19:14:25 +0200 |
commit | a29abddd7c555ebd8be1835704870a5a5bc7efce (patch) | |
tree | bf8a80ad81afe89f45fd1980ee41ef9709dd6b43 /dev-python/housekeeping | |
parent | dev-python/ffmpeg-python: Enable py3.13 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |