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/peewee/
Date: Fri, 04 Jun 2021 14:41:01
Message-Id: 1622817650.a35c4c142360537ca434e820c7783ca63378c15b.mgorny@gentoo
1 commit: a35c4c142360537ca434e820c7783ca63378c15b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 4 13:07:23 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 4 14:40:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35c4c14
7
8 dev-python/peewee: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/peewee/peewee-3.14.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/peewee/peewee-3.14.4.ebuild b/dev-python/peewee/peewee-3.14.4.ebuild
16 index 8d21553d141..10d743299d6 100644
17 --- a/dev-python/peewee/peewee-3.14.4.ebuild
18 +++ b/dev-python/peewee/peewee-3.14.4.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 PYTHON_REQ_USE="sqlite"
26
27 inherit distutils-r1