diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-09 21:34:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 22:37:34 +0200 |
commit | 81ef874cb907a920ab5e86e207fbb847366ebf14 (patch) | |
tree | 20fb12b13a5183699a3ec457990427f9bf613b39 /dev-python/psutil | |
parent | dev-python/execnet: Enable py3.11 (diff) | |
download | gentoo-81ef874cb907a920ab5e86e207fbb847366ebf14.tar.gz gentoo-81ef874cb907a920ab5e86e207fbb847366ebf14.tar.bz2 gentoo-81ef874cb907a920ab5e86e207fbb847366ebf14.zip |
dev-python/psutil: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/psutil')
-rw-r--r-- | dev-python/psutil/psutil-5.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/psutil/psutil-5.9.0.ebuild b/dev-python/psutil/psutil-5.9.0.ebuild index baf0ec1ad2e9..72698498c1df 100644 --- a/dev-python/psutil/psutil-5.9.0.ebuild +++ b/dev-python/psutil/psutil-5.9.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |