Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/munch/
Date: Wed, 02 Jun 2021 16:35:40
Message-Id: 1622651532.92f48d0c1a3fd3c8701d651465d69baf5d3ffe00.mgorny@gentoo
1 commit: 92f48d0c1a3fd3c8701d651465d69baf5d3ffe00
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 16:32:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 16:32:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f48d0c
7
8 dev-python/munch: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/munch/munch-2.5.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/munch/munch-2.5.0-r1.ebuild b/dev-python/munch/munch-2.5.0-r1.ebuild
16 index 1e36af03dc8..2631cbbc637 100644
17 --- a/dev-python/munch/munch-2.5.0-r1.ebuild
18 +++ b/dev-python/munch/munch-2.5.0-r1.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
26 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
27
28 inherit distutils-r1