Skip to content

Commit 757a148

Browse files
committed
Update to 3.10 on dev channel for NVDA 2024.1
1 parent f923d2d commit 757a148

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v4
3939
with:
40-
python-version: 3.7
40+
python-version: 3.11
4141
architecture: 'x86'
4242
- name: Install dependencies
4343
run: |

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "MathCatForPython"
9-
version = "0.3.9"
9+
version = "0.3.10"
1010
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
1111
edition = "2018"
1212

buildVars.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _(arg):
3030
and Vietnamese braille code standards.
3131
Translations to Chinese (Traditional), Indonesian, Spanish, and Vietnamese exist and other translations are in progress."""),
3232
# version
33-
"addon_version": "0.3.9",
33+
"addon_version": "0.3.10",
3434
# Author(s)
3535
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3636
# URL for the add-on documentation support
@@ -42,11 +42,11 @@ def _(arg):
4242
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
4343
"addon_minimumNVDAVersion": "2019.3",
4444
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
45-
"addon_lastTestedNVDAVersion": "2023.3",
45+
"addon_lastTestedNVDAVersion": "2024.1",
4646
# Add-on update channel (default is None, denoting stable releases,
4747
# and for development releases, use "dev".)
4848
# Do not change unless you know what you are doing!
49-
"addon_updateChannel": None,
49+
"addon_updateChannel": "dev",
5050
# Add-on license such as GPL 2
5151
"addon_license": "MIT and GPL 2",
5252
# URL for the license document the ad-on is licensed under

0 commit comments

Comments
 (0)