Skip to content

Commit c571408

Browse files
committed
Change the compatibility of this add-on to meet the requirements for distribution in the 2023.3 stable channel, as this release contains beneficial fixes for 2023.3.
1 parent 1b1b2cc commit c571408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildVars.py

+1-1
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": "2022.1.0",
4040
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
41-
"addon_lastTestedNVDAVersion": "2024.1.0",
41+
"addon_lastTestedNVDAVersion": "2023.3.0",
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)