style: set python 3.7 as minimum

This commit is contained in:
Ming Di Leom 2024-07-29 08:58:14 +00:00
parent 23e3238c2b
commit c4463482db
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[tool.pylint.'MASTER']
py-version = "3.10"
# https://docs.splunk.com/Documentation/Splunk/9.3.0/Python3Migration/PythonCompatibility
py-version = "3.7"
init-hook='import sys; sys.path.append("./bin")'
[tool.pylint.'MESSAGES CONTROL']