Use py3.10 for security check too.

This commit is contained in:
Justin Wood 2022-07-08 15:10:43 -04:00 committed by Justin Wood
parent 22012d4452
commit c8fd6e4fc0
No known key found for this signature in database
GPG Key ID: E319AAE24BE41C3B

View File

@ -63,7 +63,7 @@ commands =
[testenv:security] [testenv:security]
description = Security checks description = Security checks
basepython = python3.8 basepython = python3.10
platform = linux platform = linux
ignore_errors = true ignore_errors = true
skip_install = true skip_install = true