diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 06:45:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 06:45:03 +0200 |
commit | 3a21ae41ec03bc3b32090c1a902b8a45db252a10 (patch) | |
tree | 83ac23a88dd2051c6535c8be1ef1c6caa39d1d8e /dev-python/pipdeptree | |
parent | dev-python/pytest-console-scripts: Enable py3.13 (diff) | |
download | gentoo-3a21ae41ec03bc3b32090c1a902b8a45db252a10.tar.gz gentoo-3a21ae41ec03bc3b32090c1a902b8a45db252a10.tar.bz2 gentoo-3a21ae41ec03bc3b32090c1a902b8a45db252a10.zip |
dev-python/pipdeptree: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pipdeptree')
-rw-r--r-- | dev-python/pipdeptree/pipdeptree-2.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pipdeptree/pipdeptree-2.21.0.ebuild b/dev-python/pipdeptree/pipdeptree-2.21.0.ebuild index ff041b350662..dae7c7c1be5b 100644 --- a/dev-python/pipdeptree/pipdeptree-2.21.0.ebuild +++ b/dev-python/pipdeptree/pipdeptree-2.21.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi optfeature |