diff options
author | 2021-05-19 09:31:54 +0300 | |
---|---|---|
committer | 2021-05-19 09:23:05 +0200 | |
commit | f4b434dc19c9c614c05efc391093d51f71998831 (patch) | |
tree | 0cf7ae91a17535fd5ed39113728bdc9623228853 /dev-python/pyrsistent | |
parent | dev-python/pyre2: add github to metadata.xml (diff) | |
download | gentoo-f4b434dc19c9c614c05efc391093d51f71998831.tar.gz gentoo-f4b434dc19c9c614c05efc391093d51f71998831.tar.bz2 gentoo-f4b434dc19c9c614c05efc391093d51f71998831.zip |
dev-python/pyrsistent: bump to python 3.10
passes tests
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyrsistent')
-rw-r--r-- | dev-python/pyrsistent/pyrsistent-0.17.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild b/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild index 218b0bc41d92..f8388345bff4 100644 --- a/dev-python/pyrsistent/pyrsistent-0.17.3.ebuild +++ b/dev-python/pyrsistent/pyrsistent-0.17.3.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_{7..10} pypy3 ) inherit distutils-r1 |