From 6a7695373274a99d760014f6ef1710e583f0810d Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 17 Aug 2023 11:43:25 +0200 Subject: [PATCH] removed python 3.9 from downstream testing --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index e44c239..e472bc0 100644 --- a/noxfile.py +++ b/noxfile.py @@ -11,7 +11,7 @@ def tests(session): session.run("pytest", *session.posargs) -@nox.session(python=["3.9", "3.10", "3.11"]) +@nox.session(python=["3.10", "3.11"]) @nox.parametrize( ("repo", "test_dir"), [