From b298f387f9d791c1c33bb242e286165f989ebd3e Mon Sep 17 00:00:00 2001 From: shibanib Date: Fri, 7 Apr 2023 14:54:39 -0700 Subject: [PATCH] remove type hint change that is not supported in older python versions --- .../CommandEvents/LanguageHandlers/python/coe_comm_handler.py | 2 +- src/polyglot-notebooks-vscode-insiders/README.md | 2 +- src/polyglot-notebooks-vscode/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.DotNet.Interactive.Jupyter/CommandEvents/LanguageHandlers/python/coe_comm_handler.py b/src/Microsoft.DotNet.Interactive.Jupyter/CommandEvents/LanguageHandlers/python/coe_comm_handler.py index 2b4a54998d..85e8a94515 100644 --- a/src/Microsoft.DotNet.Interactive.Jupyter/CommandEvents/LanguageHandlers/python/coe_comm_handler.py +++ b/src/Microsoft.DotNet.Interactive.Jupyter/CommandEvents/LanguageHandlers/python/coe_comm_handler.py @@ -201,7 +201,7 @@ def __init__(self, name, value, formattedValue: FormattedValue): self.formattedValue = formattedValue class ValueInfosProduced(KernelEvent): - def __init__(self, valueInfos: list[KernelValueInfo]): + def __init__(self, valueInfos): self.valueInfos = valueInfos class Envelope: diff --git a/src/polyglot-notebooks-vscode-insiders/README.md b/src/polyglot-notebooks-vscode-insiders/README.md index 737cfa1cd5..58f4379e1b 100644 --- a/src/polyglot-notebooks-vscode-insiders/README.md +++ b/src/polyglot-notebooks-vscode-insiders/README.md @@ -36,7 +36,7 @@ The following languages are supported by Polyglot Notebooks: - Notebook-friendly diffing tool that makes it easy to visually compare inputs, outputs, and metadata - Navigate via Outline View - Customizable notebook layout -- Connect to Python and R Jupyter kernels installed locally or remotely and share variables between them. +- Connect to Python (3.7+) and R Jupyter kernels installed locally or remotely and share variables between them. ## Getting Started diff --git a/src/polyglot-notebooks-vscode/README.md b/src/polyglot-notebooks-vscode/README.md index 737cfa1cd5..58f4379e1b 100644 --- a/src/polyglot-notebooks-vscode/README.md +++ b/src/polyglot-notebooks-vscode/README.md @@ -36,7 +36,7 @@ The following languages are supported by Polyglot Notebooks: - Notebook-friendly diffing tool that makes it easy to visually compare inputs, outputs, and metadata - Navigate via Outline View - Customizable notebook layout -- Connect to Python and R Jupyter kernels installed locally or remotely and share variables between them. +- Connect to Python (3.7+) and R Jupyter kernels installed locally or remotely and share variables between them. ## Getting Started