summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 08:06:11 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 08:11:12 +0200
commitba4c4223bdfc9a47a3993b3f2b9c13df679c2785 (patch)
tree5342cacaf86c43fdf169b692c35ecfc0277d8fe3 /dev-python/manuel
parentdev-ruby/mocha: enable ruby33 (diff)
downloadgentoo-ba4c4223bdfc9a47a3993b3f2b9c13df679c2785.tar.gz
gentoo-ba4c4223bdfc9a47a3993b3f2b9c13df679c2785.tar.bz2
gentoo-ba4c4223bdfc9a47a3993b3f2b9c13df679c2785.zip
dev-python/manuel: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/manuel')
-rw-r--r--dev-python/manuel/manuel-1.12.4_p20231129.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/manuel/manuel-1.12.4_p20231129.ebuild b/dev-python/manuel/manuel-1.12.4_p20231129.ebuild
index fb67a618aa21..45f5edbe154c 100644
--- a/dev-python/manuel/manuel-1.12.4_p20231129.ebuild
+++ b/dev-python/manuel/manuel-1.12.4_p20231129.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1