Skip to content

Commit 6b7484c

Browse files
committed
Compatibility NVDA 2023.1
1 parent 46f5369 commit 6b7484c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3131
"addon_minimumNVDAVersion": "2022.3.3",
3232
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
33-
"addon_lastTestedNVDAVersion": "2022.4",
33+
"addon_lastTestedNVDAVersion": "2023.1",
3434
# Add-on update channel (default is None, denoting stable releases, and for development releases, use "dev"; do not change unless you know what you are doing)
3535
"addon_updateChannel": None,
3636
}

0 commit comments

Comments
 (0)