diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-08-02 20:24:19 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-05 20:07:14 +0200 |
commit | 4f88ee95ce95bddb60fbff7da50a3764f28d0251 (patch) | |
tree | c6a1a4db698ca77fe1e332ba76c0ced4b6234c22 /dev-python/lockfile/lockfile-0.12.2-r2.ebuild | |
parent | dev-python/loky: mark ALLARCHES (diff) | |
download | gentoo-4f88ee95ce95bddb60fbff7da50a3764f28d0251.tar.gz gentoo-4f88ee95ce95bddb60fbff7da50a3764f28d0251.tar.bz2 gentoo-4f88ee95ce95bddb60fbff7da50a3764f28d0251.zip |
dev-python/lockfile: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lockfile/lockfile-0.12.2-r2.ebuild')
-rw-r--r-- | dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild index 3d61af935d39..1e2e089dd5cc 100644 --- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild +++ b/dev-python/lockfile/lockfile-0.12.2-r2.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,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 |