diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-19 09:58:37 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-19 09:36:29 +0200 |
commit | dfd50e9951147fe38eef54422c277c9ff046ac22 (patch) | |
tree | 1db7de861188428dd71d763658b9faf9d27faef7 /dev-python/python-editor/python-editor-1.0.4-r1.ebuild | |
parent | dev-python/pysvg: bump to python 3.{9,10} (diff) | |
download | gentoo-dfd50e9951147fe38eef54422c277c9ff046ac22.tar.gz gentoo-dfd50e9951147fe38eef54422c277c9ff046ac22.tar.bz2 gentoo-dfd50e9951147fe38eef54422c277c9ff046ac22.zip |
dev-python/python-editor: bump to python 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-editor/python-editor-1.0.4-r1.ebuild')
-rw-r--r-- | dev-python/python-editor/python-editor-1.0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild index 97e21bb4bb2a..9a402c14a52a 100644 --- a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild +++ b/dev-python/python-editor/python-editor-1.0.4-r1.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=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Programmatically open an editor, capture the result." |