commit:     e8dc21026f218294053b952402fc1cd3498e479a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 19:09:01 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 19:09:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8dc2102

dev-python/scipy: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/scipy/scipy-1.14.0.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/scipy/scipy-1.14.0.ebuild 
b/dev-python/scipy/scipy-1.14.0.ebuild
index 6d117893f18d..8e3a14e3952c 100644
--- a/dev-python/scipy/scipy-1.14.0.ebuild
+++ b/dev-python/scipy/scipy-1.14.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 FORTRAN_NEEDED=fortran
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=meson-python
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit flag-o-matic fortran-2 distutils-r1
@@ -160,6 +160,12 @@ python_test() {
                                
scipy/optimize/tests/test_hessian_update_strategy.py::TestHessianUpdateStrategy::test_initialize_catch_illegal
                        )
                        ;;
+               python3.13)
+                       EPYTEST_DESELECT+=(
+                               # docstring formatting
+                               scipy/misc/tests/test_doccer.py::test_decorator
+                       )
+                       ;;
        esac
 
        local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1

Reply via email to