diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-25 11:47:33 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-25 18:04:51 +0200 |
commit | 9cae73d612e589588bfcebae402b95ace3cb3281 (patch) | |
tree | 16ba6848c7494ed251a368c44f461b6c6382e654 /net-analyzer/2ping | |
parent | dev-util/howdoi: drop 2.0.13, 2.0.14 (diff) | |
download | gentoo-9cae73d612e589588bfcebae402b95ace3cb3281.tar.gz gentoo-9cae73d612e589588bfcebae402b95ace3cb3281.tar.bz2 gentoo-9cae73d612e589588bfcebae402b95ace3cb3281.zip |
net-analyzer/2ping: bump to python 3.9, 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/2ping')
-rw-r--r-- | net-analyzer/2ping/2ping-4.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/2ping/2ping-4.5.1.ebuild b/net-analyzer/2ping/2ping-4.5.1.ebuild index cf86e0c1d814..0c1b00c80e0d 100644 --- a/net-analyzer/2ping/2ping-4.5.1.ebuild +++ b/net-analyzer/2ping/2ping-4.5.1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |