diff --git a/buildVars.py b/buildVars.py index da6bdc1..a9729f4 100755 --- a/buildVars.py +++ b/buildVars.py @@ -29,7 +29,7 @@ # Minimum NVDA version supported (e.g. "2018.3") "addon_minimumNVDAVersion": "2022.1", # Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2024.1", + "addon_lastTestedNVDAVersion": "2024.3", # Add-on update channel (default is stable or None) "addon_updateChannel": None, }