summaryrefslogtreecommitdiff
path: root/dev-python/psutil
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/psutil')
-rw-r--r--dev-python/psutil/psutil-5.9.8.ebuild2
-rw-r--r--dev-python/psutil/psutil-6.0.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/psutil/psutil-5.9.8.ebuild b/dev-python/psutil/psutil-5.9.8.ebuild
index 04fd0e66dc35..27d8bfd4d492 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_{8,9,10,11,12} pypy3 )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
inherit distutils-r1 pypi
diff --git a/dev-python/psutil/psutil-6.0.0.ebuild b/dev-python/psutil/psutil-6.0.0.ebuild
index 23bc8171027b..b523d8b92092 100644
--- a/dev-python/psutil/psutil-6.0.0.ebuild
+++ b/dev-python/psutil/psutil-6.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
inherit distutils-r1 pypi