commit: bdc31a6b5aff3228e012500e98aa8a94d6b9bdde
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 11:34:55 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 11:46:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc31a6b
dev-python/zeroconf: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zeroconf/zeroconf-0.132.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/zeroconf/zeroconf-0.132.2.ebuild
b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
index 53d810e82f90..014d1b6ea1d2 100644
--- a/dev-python/zeroconf/zeroconf-0.132.2.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.132.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi