From 67dfedd90f84da02563e03c713b25df98ef48843 Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Thu, 26 Sep 2024 20:15:34 -0600 Subject: [PATCH] Remove use of poetry Signed-off-by: Travis F. Collins --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 34abad4..c4a8ce4 100644 --- a/noxfile.py +++ b/noxfile.py @@ -11,7 +11,7 @@ nox.options.error_on_missing_interpreters = False locations = "adijif", "tests", "noxfile.py" -main_python = "3.7" +main_python = "3.8" multi_python_versions_support = ["3.7", "3.8", "3.9"] package = "adijif"