diff --git a/buildVars.py b/buildVars.py index 5133436c..6ba871a0 100644 --- a/buildVars.py +++ b/buildVars.py @@ -35,7 +35,7 @@ def _(arg): # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) "addon_minimumNVDAVersion": "2020.4", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2020.4", + "addon_lastTestedNVDAVersion": "2021.1", # Minimum Windows version supported "addon_minimumWindowsVersion": "6.1.7601", # Add-on update channel (default is None, denoting stable releases,