From c8fd6e4fc09eb262253b564f725d2b599b27cbe4 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Fri, 8 Jul 2022 15:10:43 -0400 Subject: [PATCH] Use py3.10 for security check too. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8e9b315..5783192 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ commands = [testenv:security] description = Security checks -basepython = python3.8 +basepython = python3.10 platform = linux ignore_errors = true skip_install = true