commit: 7dffb33555f9422ae6033e5e096b16c98c267200
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 14:54:33 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 14:55:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dffb335
dev-python/peewee: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/peewee/peewee-3.16.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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