Skip to content

Commit 9f2f5d2

Browse files
committed
update to 2023.1 -- works there
1 parent 05815b1 commit 9f2f5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NVDA-addon/buildVars.py

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

0 commit comments

Comments
 (0)