From 0144d5d2afc97a7a146a170769693d3c43cec9a8 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Sat, 20 Feb 2021 00:25:11 -0800 Subject: [PATCH] NVDA compatibility: minimum version -> 2020.4 --- buildVars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index c8381151..0be98ac8 100644 --- a/buildVars.py +++ b/buildVars.py @@ -33,7 +33,7 @@ def _(arg): # Documentation file name "addon_docFileName": "readme.html", # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) - "addon_minimumNVDAVersion": "2019.3", + "addon_minimumNVDAVersion": "2020.4", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) "addon_lastTestedNVDAVersion": "2021.1", # Minimum Windows version supported