commit: 8b2f6c530464cfb962ac1cc8490feb89f2775ca7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 09:44:50 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 09:44:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2f6c53
dev-python/zeroconf: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zeroconf/zeroconf-0.63.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/zeroconf/zeroconf-0.63.0.ebuild
b/dev-python/zeroconf/zeroconf-0.63.0.ebuild
index 29801ba74dbb..18e95e45e5c2 100644
--- a/dev-python/zeroconf/zeroconf-0.63.0.ebuild
+++ b/dev-python/zeroconf/zeroconf-0.63.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi