summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-14 16:54:33 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-14 16:55:23 +0200
commit7dffb33555f9422ae6033e5e096b16c98c267200 (patch)
treebbe0ea23d73bf94295568761abb0b72d68e2eee4 /dev-python/peewee
parentdev-python/pygame: Bump to 2.5.1 (diff)
downloadgentoo-7dffb33555f9422ae6033e5e096b16c98c267200.tar.gz
gentoo-7dffb33555f9422ae6033e5e096b16c98c267200.tar.bz2
gentoo-7dffb33555f9422ae6033e5e096b16c98c267200.zip
dev-python/peewee: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/peewee')
-rw-r--r--dev-python/peewee/peewee-3.16.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/peewee/peewee-3.16.3.ebuild b/dev-python/peewee/peewee-3.16.3.ebuild
index dbc4bc1f61bb..d0a5ef1e5387 100644
--- a/dev-python/peewee/peewee-3.16.3.ebuild
+++ b/dev-python/peewee/peewee-3.16.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1