From 2b1f0fd7f2dee995b57cb871ded877aa43346d5d Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Wed, 23 Feb 2022 15:08:19 +0300 Subject: [PATCH] dev-python/md-environ: add python3.10 compat, bump EAPI8 Signed-off-by: Sergey Torokhov --- dev-python/md-environ/md-environ-0.1.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/md-environ/md-environ-0.1.0.ebuild b/dev-python/md-environ/md-environ-0.1.0.ebuild index 8ec0f936a9..fa837db82e 100644 --- a/dev-python/md-environ/md-environ-0.1.0.ebuild +++ b/dev-python/md-environ/md-environ-0.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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} ) inherit distutils-r1