From e4cbd88d722930eeee1ba182b4ed2f581d3c5e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Sun, 16 Jun 2024 23:18:36 +0200 Subject: [PATCH] dev-python/nh3: link py3.13 failure report MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Vaněk --- dev-python/nh3/nh3-0.2.17.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/nh3/nh3-0.2.17.ebuild b/dev-python/nh3/nh3-0.2.17.ebuild index 84c97523998d9..969b7c2090ae6 100644 --- a/dev-python/nh3/nh3-0.2.17.ebuild +++ b/dev-python/nh3/nh3-0.2.17.ebuild @@ -78,6 +78,7 @@ CRATES=" DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin +# py3.13: https://github.com/messense/nh3/issues/45 PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit cargo distutils-r1 pypi