commit: 1a75f5e544d6f61804d0fb38f3c53ac5a183a6a8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 15:09:34 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 17:32:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a75f5e5
dev-python/peewee: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/peewee/peewee-3.17.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/peewee/peewee-3.17.5.ebuild
b/dev-python/peewee/peewee-3.17.5.ebuild
index 2943c28f7f6b..400156fc2dc1 100644
--- a/dev-python/peewee/peewee-3.17.5.ebuild
+++ b/dev-python/peewee/peewee-3.17.5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1