summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-09 14:52:36 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-09 15:11:59 +0200
commit9bb2203a3cfe7ae13ef7513d27ba33c7b3a87275 (patch)
treea68cdebd1c22868fece833e1eaf7bbec6d965337 /dev-python/psutil
parentdev-python/execnet: Enable py3.13 (diff)
downloadgentoo-9bb2203a3cfe7ae13ef7513d27ba33c7b3a87275.tar.gz
gentoo-9bb2203a3cfe7ae13ef7513d27ba33c7b3a87275.tar.bz2
gentoo-9bb2203a3cfe7ae13ef7513d27ba33c7b3a87275.zip
dev-python/psutil: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/psutil')
-rw-r--r--dev-python/psutil/psutil-5.9.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/psutil/psutil-5.9.8.ebuild b/dev-python/psutil/psutil-5.9.8.ebuild
index d67fc972a572..3bf4f4aefea9 100644
--- a/dev-python/psutil/psutil-5.9.8.ebuild
+++ b/dev-python/psutil/psutil-5.9.8.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi