summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-15 17:09:34 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-15 19:32:58 +0200
commit1a75f5e544d6f61804d0fb38f3c53ac5a183a6a8 (patch)
tree2fcadf672fffd24b108c42d48a9872efb47736ab /dev-python/peewee
parentdev-python/pgspecial: Enable py3.13 (diff)
downloadgentoo-1a75f5e544d6f61804d0fb38f3c53ac5a183a6a8.tar.gz
gentoo-1a75f5e544d6f61804d0fb38f3c53ac5a183a6a8.tar.bz2
gentoo-1a75f5e544d6f61804d0fb38f3c53ac5a183a6a8.zip
dev-python/peewee: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/peewee')
-rw-r--r--dev-python/peewee/peewee-3.17.5.ebuild2
1 files changed, 1 insertions, 1 deletions
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