commit: 4fc1ec509dfb255fb3f75b5c7ef0a91d4135a64a Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 31 17:05:03 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon Mar 31 17:05:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc1ec50
dev-python/parallax: enable py3.13 Closes: https://bugs.gentoo.org/952356 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/parallax/parallax-1.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/parallax/parallax-1.0.8.ebuild b/dev-python/parallax/parallax-1.0.8.ebuild index 46023c3d9a36..8ae811a44f5e 100644 --- a/dev-python/parallax/parallax-1.0.8.ebuild +++ b/dev-python/parallax/parallax-1.0.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Execute commands and copy files over SSH to multiple machines at once"
