diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-04 15:07:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-04 16:40:50 +0200 |
commit | a35c4c142360537ca434e820c7783ca63378c15b (patch) | |
tree | 2b10c0589b1f501d767e800c474ba9f92e1f5417 /dev-python/peewee | |
parent | dev-libs/libuv: stable 1.41.0 for hppa, bug #793899 (diff) | |
download | gentoo-a35c4c142360537ca434e820c7783ca63378c15b.tar.gz gentoo-a35c4c142360537ca434e820c7783ca63378c15b.tar.bz2 gentoo-a35c4c142360537ca434e820c7783ca63378c15b.zip |
dev-python/peewee: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/peewee')
-rw-r--r-- | dev-python/peewee/peewee-3.14.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/peewee/peewee-3.14.4.ebuild b/dev-python/peewee/peewee-3.14.4.ebuild index 8d21553d1411..10d743299d6b 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 |