fix(backup): reduced python version constraint
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 19s
Actions / Build Documentation (MkDocs) (push) Successful in 23s

This commit is contained in:
Seaswimmer 2024-03-05 02:13:56 -05:00
parent 8639615c49
commit 093a6b9077
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -9,7 +9,7 @@
"disabled": false,
"min_bot_version": "3.5.0",
"max_bot_version": "3.5.5",
"min_python_version": [3, 10, 0],
"min_python_version": [3, 9, 0],
"tags": [
"utility",
"backup",