From 4b1cdc2d654bfabaf775d41ef46ea60e741ce295 Mon Sep 17 00:00:00 2001 From: mcflugen Date: Wed, 1 Mar 2023 11:42:30 -0700 Subject: [PATCH] remove python 3.9 requirement for notebook tests --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 3d51ad7..4e8c84e 100644 --- a/noxfile.py +++ b/noxfile.py @@ -26,7 +26,7 @@ def test(session: nox.Session) -> None: session.run("pytest", *args) -@nox.session(name="test-notebooks", venv_backend="mamba", python="3.9") +@nox.session(name="test-notebooks", venv_backend="mamba") def test_notebooks(session: nox.Session) -> None: """Run the notebooks.""" args = [