commit: a35c4c142360537ca434e820c7783ca63378c15b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 4 13:07:23 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 4 14:40:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35c4c14
dev-python/peewee: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/peewee/peewee-3.14.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/peewee/peewee-3.14.4.ebuild
b/dev-python/peewee/peewee-3.14.4.ebuild
index 8d21553d141..10d743299d6 100644
--- a/dev-python/peewee/peewee-3.14.4.ebuild
+++ b/dev-python/peewee/peewee-3.14.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1