Skip to content

Commit 763c3fc

Browse files
committed
Infrastructural updates to support MATLAB R2026a
1 parent 5ba3470 commit 763c3fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

matlab_proxy/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023-2025 The MathWorks, Inc.
1+
# Copyright 2023-2026 The MathWorks, Inc.
22
from typing import Final, List
33

44
"""This module defines project-level constants"""
@@ -27,6 +27,7 @@
2727
"R2024b",
2828
"R2025a",
2929
"R2025b",
30+
"R2026a",
3031
]
3132

3233
# This constant when set to True restricts the number of active sessions to one

0 commit comments

Comments
 (0)