From 22546c61e9dc74df85c19a29a511b7da1ff69021 Mon Sep 17 00:00:00 2001 From: Adam King Date: Tue, 24 Sep 2024 14:36:12 -0400 Subject: [PATCH] pybind/mgr: drop py37 test from tox.ini Prior to this patch if you ran `tox` in src/pybind/mgr it would include a test that runs the units tests using python 3.7. These no longer pass and there is no longer any reason to support python 3.7 on main. Signed-off-by: Adam King --- src/pybind/mgr/tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 956cd7896aa..a8a2d39d01a 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -7,7 +7,6 @@ envlist = check-black check-isort py3 - py37 skipsdist = true skip_missing_interpreters = true -- 2.39.5