summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 13:34:55 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 13:46:04 +0200
commitbdc31a6b5aff3228e012500e98aa8a94d6b9bdde (patch)
tree66f9ad45a0220fbec4978a25f769dcf5d8ac0ff8
parentdev-python/yarl: Enable py3.13 (diff)
downloadgentoo-bdc31a6b5aff3228e012500e98aa8a94d6b9bdde.tar.gz
gentoo-bdc31a6b5aff3228e012500e98aa8a94d6b9bdde.tar.bz2
gentoo-bdc31a6b5aff3228e012500e98aa8a94d6b9bdde.zip
dev-python/zeroconf: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/zeroconf/zeroconf-0.132.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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