diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 13:34:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 13:46:04 +0200 |
commit | bdc31a6b5aff3228e012500e98aa8a94d6b9bdde (patch) | |
tree | 66f9ad45a0220fbec4978a25f769dcf5d8ac0ff8 /dev-python/zeroconf | |
parent | dev-python/yarl: Enable py3.13 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/zeroconf')
-rw-r--r-- | dev-python/zeroconf/zeroconf-0.132.2.ebuild | 2 |
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 |