diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 10:13:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 10:36:05 +0200 |
commit | 646e5f07a53dd482f32afbc09467c0fdf8e217b9 (patch) | |
tree | f8b2068f3a6b42a228af114f4f75cf60f04e8c56 /dev-python/python-linux-procfs | |
parent | dev-python/python-lzo: Enable py3.13 (diff) | |
download | gentoo-646e5f07a53dd482f32afbc09467c0fdf8e217b9.tar.gz gentoo-646e5f07a53dd482f32afbc09467c0fdf8e217b9.tar.bz2 gentoo-646e5f07a53dd482f32afbc09467c0fdf8e217b9.zip |
dev-python/python-linux-procfs: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-linux-procfs')
-rw-r--r-- | dev-python/python-linux-procfs/python-linux-procfs-0.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-linux-procfs/python-linux-procfs-0.7.3.ebuild b/dev-python/python-linux-procfs/python-linux-procfs-0.7.3.ebuild index 741726f9f8c9..9c0709b18526 100644 --- a/dev-python/python-linux-procfs/python-linux-procfs-0.7.3.ebuild +++ b/dev-python/python-linux-procfs/python-linux-procfs-0.7.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |