commit: d191410ecb1f5e9ed4114779bb2396b9f3c915e2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 10:18:02 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 10:18:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d191410e
dev-python/magic-wormhole: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/magic-wormhole/magic-wormhole-0.18.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/magic-wormhole/magic-wormhole-0.18.0.ebuild
b/dev-python/magic-wormhole/magic-wormhole-0.18.0.ebuild
index d826581acf00..200e5d93db02 100644
--- a/dev-python/magic-wormhole/magic-wormhole-0.18.0.ebuild
+++ b/dev-python/magic-wormhole/magic-wormhole-0.18.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi shell-completion