summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/peewee/peewee-3.16.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/peewee/peewee-3.16.2-r1.ebuild b/dev-python/peewee/peewee-3.16.2-r1.ebuild
index 19c8eaba77ed..ec4ed7a1c49d 100644
--- a/dev-python/peewee/peewee-3.16.2-r1.ebuild
+++ b/dev-python/peewee/peewee-3.16.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1