Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
Date: Sat, 09 Oct 2021 02:59:33
Message-Id: 1633747992.9345915e4910a129315002940308e6f6635ec0eb.Alessandro-Barbieri@gentoo
1 commit: 9345915e4910a129315002940308e6f6635ec0eb
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 9 02:53:12 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 9 02:53:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9345915e
7
8 dev-python/SQLAlchemy-Utils: enable py3.10, py3.9
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
16 index aef845663..2f2c945e1 100644
17 --- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
18 +++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_8 )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1