commit: 7c6b6360b233598c24e3e7a742b2fda5ebf103ff Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Tue Jun 25 10:39:47 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Tue Jun 25 10:39:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6b6360
dev-python/dill: link py3.13 failure report Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-python/dill/dill-0.3.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/dill/dill-0.3.8.ebuild b/dev-python/dill/dill-0.3.8.ebuild index 9fb6c87da01e..301fe58978d6 100644 --- a/dev-python/dill/dill-0.3.8.ebuild +++ b/dev-python/dill/dill-0.3.8.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +# py3.13: https://github.com/uqfoundation/dill/issues/654 PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi
