From 0bfddf10ca1eb2270bd24287a5f649b5d502256f Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 28 Oct 2021 11:54:13 +0200 Subject: [PATCH] Make Pyhton version dependence explicit Took me a while to figure out that `importlib.metadata` (used by dependency `jsonschema`) was added to `importlib` in Python 3.8. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abc5c40..c10cc52 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marke # Requirements * Jupyter Extension * VS Code Insiders (VS Code Stable is not yet supported) -* Python (temporary, see `Roadmap`) +* `Python 3.8` or higher (temporary, see `Roadmap`) # Getting Started * Please install VS Code Insiders (stable is not yet supported)