From 4ddf64d51bfd39862cc1c8df840a43dee26d48f5 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 7 Jul 2023 02:51:14 +0200 Subject: [PATCH] MAINT: restrict `nbmake` only for Python 3.7 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 848410eb..8a48ebf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -76,6 +76,7 @@ jupyter = ypy-websocket <0.8.3; python_version <"3.8.0" test = nbmake + nbmake <1.3; python_version <"3.8.0" numpy pytest >=6.0 # pyproject.toml pytest-cov