commit: 153b80f1fa0285a0ef79b87043efbeb9543696b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 05:50:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 05:58:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153b80f1
dev-python/peewee: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/peewee/peewee-3.13.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/peewee/peewee-3.13.2.ebuild
b/dev-python/peewee/peewee-3.13.2.ebuild
index d1d51cbabc2..e05e6b58b53 100644
--- a/dev-python/peewee/peewee-3.13.2.ebuild
+++ b/dev-python/peewee/peewee-3.13.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1