diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-07 08:38:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-07 09:21:09 +0200 |
commit | 3eeb30309c1434e7b7bd4454cf9a35793d2b2a70 (patch) | |
tree | 3b306ca8869a94ddda41a36cb8be64f699ee4b18 /dev-python/enrich | |
parent | dev-python/xdoctest: Bump to 0.15.10 (diff) | |
download | gentoo-3eeb30309c1434e7b7bd4454cf9a35793d2b2a70.tar.gz gentoo-3eeb30309c1434e7b7bd4454cf9a35793d2b2a70.tar.bz2 gentoo-3eeb30309c1434e7b7bd4454cf9a35793d2b2a70.zip |
dev-python/enrich: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/enrich')
-rw-r--r-- | dev-python/enrich/enrich-1.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/enrich/enrich-1.2.6.ebuild b/dev-python/enrich/enrich-1.2.6.ebuild index aec4657d33c4..14f0c9fa5034 100644 --- a/dev-python/enrich/enrich-1.2.6.ebuild +++ b/dev-python/enrich/enrich-1.2.6.ebuild @@ -1,9 +1,9 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=pyproject.toml inherit distutils-r1 |