diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-21 09:09:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-21 09:53:59 +0300 |
commit | 0207bbfbc63cfd417f759e31aa5668b426bc9712 (patch) | |
tree | 38c09b586dd20e6762485b6a49db0c9554fcb0a9 /dev-python/pid | |
parent | dev-python/ratelimit: drop 1.4.1 (diff) | |
download | gentoo-0207bbfbc63cfd417f759e31aa5668b426bc9712.tar.gz gentoo-0207bbfbc63cfd417f759e31aa5668b426bc9712.tar.bz2 gentoo-0207bbfbc63cfd417f759e31aa5668b426bc9712.zip |
dev-python/pid: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pid')
-rw-r--r-- | dev-python/pid/pid-3.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pid/pid-3.0.4.ebuild b/dev-python/pid/pid-3.0.4.ebuild index cfdc324e9b06..b4d63b7f05a1 100644 --- a/dev-python/pid/pid-3.0.4.ebuild +++ b/dev-python/pid/pid-3.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 |