Skip to content

Commit

Permalink
Bump the supported NVDA version to 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
school510587 committed Apr 10, 2024
1 parent 67855bb commit 70916aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _(arg):
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
"addon_minimumNVDAVersion" : "2017.3",
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion" : "2023.3",
"addon_lastTestedNVDAVersion" : "2024.1",
# 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!
Expand Down

0 comments on commit 70916aa

Please sign in to comment.