commit: 36dfe25eaf7df8a383bde2b550bf2c0b52828a6d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 11:45:39 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 11:52:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36dfe25e
dev-python/magic-wormhole: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/magic-wormhole/magic-wormhole-0.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/magic-wormhole/magic-wormhole-0.15.0.ebuild
b/dev-python/magic-wormhole/magic-wormhole-0.15.0.ebuild
index 5dc5a9704e01..e6ae25346922 100644
--- a/dev-python/magic-wormhole/magic-wormhole-0.15.0.ebuild
+++ b/dev-python/magic-wormhole/magic-wormhole-0.15.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit bash-completion-r1 distutils-r1 pypi