diff options
author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2021-05-13 17:25:54 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-14 00:09:57 +0200 |
commit | b38508c1b0ac17629836e2737fbad5d269356906 (patch) | |
tree | 721f989f5f80685f18899d03ea8ba65d831e6dcd /dev-python/incremental | |
parent | dev-python/chardet: Bump to python 3.10 (diff) | |
download | gentoo-b38508c1b0ac17629836e2737fbad5d269356906.tar.gz gentoo-b38508c1b0ac17629836e2737fbad5d269356906.tar.bz2 gentoo-b38508c1b0ac17629836e2737fbad5d269356906.zip |
dev-python/incremental: Bump to python 3.10
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/incremental')
-rw-r--r-- | dev-python/incremental/incremental-21.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/incremental/incremental-21.3.0.ebuild b/dev-python/incremental/incremental-21.3.0.ebuild index fb8dc0a493c8..4ac1a7c75523 100644 --- a/dev-python/incremental/incremental-21.3.0.ebuild +++ b/dev-python/incremental/incremental-21.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) # TODO: revert to rdepend once this has been merged: # https://github.com/twisted/incremental/pull/59 DISTUTILS_USE_SETUPTOOLS=manual |