commit: 74471413c1275bbddd1e9c4c452a5f041323b9b6 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Apr 28 04:17:32 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 28 04:27:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74471413
dev-python/pychromecast: enable py3.13 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/41808 Closes: https://github.com/gentoo/gentoo/pull/41808 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pychromecast/pychromecast-14.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pychromecast/pychromecast-14.0.5.ebuild b/dev-python/pychromecast/pychromecast-14.0.5.ebuild index 6136f1306c75..3a0833b6ab64 100644 --- a/dev-python/pychromecast/pychromecast-14.0.5.ebuild +++ b/dev-python/pychromecast/pychromecast-14.0.5.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=PyChromecast -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi
