summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 11:45:16 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 12:15:20 +0200
commit0a35b9c08bdba70fa364e52de785ed7efc2b8471 (patch)
treec6b090d40866af395b3b1fb658927b27e18eefa4 /dev-python/types-psutil
parentdev-python/types-docutils: Enable py3.13 (diff)
downloadgentoo-0a35b9c08bdba70fa364e52de785ed7efc2b8471.tar.gz
gentoo-0a35b9c08bdba70fa364e52de785ed7efc2b8471.tar.bz2
gentoo-0a35b9c08bdba70fa364e52de785ed7efc2b8471.zip
dev-python/types-psutil: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/types-psutil')
-rw-r--r--dev-python/types-psutil/types-psutil-5.9.5.20240516.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/types-psutil/types-psutil-5.9.5.20240516.ebuild b/dev-python/types-psutil/types-psutil-5.9.5.20240516.ebuild
index e4318bf1fdcf..ef07b6767439 100644
--- a/dev-python/types-psutil/types-psutil-5.9.5.20240516.ebuild
+++ b/dev-python/types-psutil/types-psutil-5.9.5.20240516.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi