Skip to content

Commit 0ad3e9f

Browse files
committed
Compatibility with NVDA 2025.1
1 parent c9afbcc commit 0ad3e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _(arg):
3838
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3939
"addon_minimumNVDAVersion": "2024.2",
4040
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
41-
"addon_lastTestedNVDAVersion": "2024.3",
41+
"addon_lastTestedNVDAVersion": "2025.1",
4242
# Add-on update channel (default is None, denoting stable releases,
4343
# and for development releases, use "dev".)
4444
# Do not change unless you know what you are doing!

0 commit comments

Comments
 (0)