We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8ac9e commit ac7cf0cCopy full SHA for ac7cf0c
pyproject.toml
@@ -6,11 +6,11 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "jupyter-matlab-proxy"
9
-version = "0.17.2"
+version = "0.17.3"
10
description = "MATLAB Integration for Jupyter"
11
readme = "README.md"
12
license = { file = "LICENSE.md" }
13
-requires-python = ">=3.8"
+requires-python = ">=3.10, <3.14"
14
authors = [
15
{ name = "The MathWorks Inc.", email = "[email protected]" },
16
]
0 commit comments