commit: 9322c84dff5c2d3f32fedb7631db28accdc336bd Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 09:52:47 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 11:38:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9322c84d
dev-python/scikit-build: enable py3.13 The package does not pass tests cleanly, but those issues seems to be related only to tests because they pass if I run them individually. Bug: https://bugs.gentoo.org/933655 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-python/scikit-build/scikit-build-0.17.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/scikit-build/scikit-build-0.17.6.ebuild b/dev-python/scikit-build/scikit-build-0.17.6.ebuild index 4fd7566b71cb..90df4c6ec5e5 100644 --- a/dev-python/scikit-build/scikit-build-0.17.6.ebuild +++ b/dev-python/scikit-build/scikit-build-0.17.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi
