From 8ceca8912e37bd6764f77993d83d58e671b7b19d Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 5 Oct 2020 16:51:24 +0100 Subject: [PATCH] PLUGINS.md: Reference Releasing.md for currently supported Python version --- PLUGINS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index 071e655f..34f3831a 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -9,6 +9,9 @@ wiki. ## Writing a Plugin +Check [Releasing.md](docs/Releasing.md#environment) to be sure of the current +version of Python that we've tested against. + Plugins are loaded when EDMC starts up. Each plugin has it's own folder in the `plugins` directory: @@ -646,6 +649,7 @@ Disabled and enabled plugins are listed on the "Plugins" Settings tab Starting with pre-release 3.5 EDMC used Python 3.7. The first full release under Python 3.7 was 4.0.0.0. The 4.1.x series was the last to use Python 3.7, with releases moving on to latest Python 3.8.x after that. + This is a brief outline of the steps required to migrate a plugin from earlier versions of EDMC: