From 49d49d3c93ea5cdc47afdd0a43bb0086cad6f8fd Mon Sep 17 00:00:00 2001 From: Kirk Byers Date: Sat, 6 Jul 2024 20:37:04 -0700 Subject: [PATCH] Roll to newer Python version in mypy section of setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8c325d066..16b3dfa42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ addopts = -rs [mypy] # The mypy configurations: http://bit.ly/2zEl9WI -python_version = 3.6 +python_version = 3.9 exclude = (netmiko/_telnetlib) check_untyped_defs = True disallow_any_generics = True