diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 08:06:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 08:11:12 +0200 |
commit | ba4c4223bdfc9a47a3993b3f2b9c13df679c2785 (patch) | |
tree | 5342cacaf86c43fdf169b692c35ecfc0277d8fe3 /dev-python/manuel | |
parent | dev-ruby/mocha: enable ruby33 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |